fix windows build

This commit is contained in:
Ivan Timofeev
2012-04-11 22:18:22 +04:00
parent a4cc4d3ec9
commit 9c323a4bbe

View File

@@ -3137,7 +3137,7 @@ void SchXMLExportHelper_Impl::exportErrorBar( const Reference<beans::XPropertySe
{
Any aAny;
aAny = xSeriesProp->getPropertyValue( bYError ? "ErrorBarY" : "ErrorBarX" );
aAny = xSeriesProp->getPropertyValue( bYError ? rtl::OUString("ErrorBarY") : rtl::OUString("ErrorBarX") );
aAny >>= xErrorBarProp;
if ( xErrorBarProp.is() )