[Libreoffice-commits] core.git: xmloff/source

Stephan Bergmann sbergman at redhat.com
Tue Jul 29 06:12:32 PDT 2014


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

New commits:
commit 3ee8bc8215103d3561e80283cd201cca1dc8335d
Author: Stephan Bergmann <sbergman at 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() )


More information about the Libreoffice-commits mailing list