xmloff/source/chart/SchXMLExport.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3ee8bc8215103d3561e80283cd201cca1dc8335d
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Tue Jul 29 15:11:59 2014 +0200

    Fix previous commit
    
    Change-Id: Ia6437852a5ecd208510af20915bc982d1014458d

diff --git a/xmloff/source/chart/SchXMLExport.cxx 
b/xmloff/source/chart/SchXMLExport.cxx
index ede6793..14ce0ec 100644
--- a/xmloff/source/chart/SchXMLExport.cxx
+++ b/xmloff/source/chart/SchXMLExport.cxx
@@ -3076,7 +3076,7 @@ void SchXMLExportHelper_Impl::exportErrorBar( const 
Reference<beans::XPropertySe
         {
             Any aAny;
 
-            aAny = xSeriesProp->getPropertyValue( bYError ? "ErrorBarY" : 
"ErrorBarX" );
+            aAny = xSeriesProp->getPropertyValue( bYError ? 
OUString("ErrorBarY") : OUString("ErrorBarX") );
             aAny >>= xErrorBarProp;
 
             if ( xErrorBarProp.is() )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to