fix windows build
This commit is contained in:
@@ -3137,7 +3137,7 @@ void SchXMLExportHelper_Impl::exportErrorBar( const Reference<beans::XPropertySe
|
|||||||
{
|
{
|
||||||
Any aAny;
|
Any aAny;
|
||||||
|
|
||||||
aAny = xSeriesProp->getPropertyValue( bYError ? "ErrorBarY" : "ErrorBarX" );
|
aAny = xSeriesProp->getPropertyValue( bYError ? rtl::OUString("ErrorBarY") : rtl::OUString("ErrorBarX") );
|
||||||
aAny >>= xErrorBarProp;
|
aAny >>= xErrorBarProp;
|
||||||
|
|
||||||
if ( xErrorBarProp.is() )
|
if ( xErrorBarProp.is() )
|
||||||
|
Reference in New Issue
Block a user