Kaydet (Commit) 1707a350 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

Move DBG_ERROR1 to OSL_TRACE

üst 606ce7e9
...@@ -251,7 +251,7 @@ uno::Reference< beans::XPropertySet > SchXMLSeriesHelper::createOldAPISeriesProp ...@@ -251,7 +251,7 @@ uno::Reference< beans::XPropertySet > SchXMLSeriesHelper::createOldAPISeriesProp
catch( uno::Exception & rEx ) catch( uno::Exception & rEx )
{ {
(void)rEx; // avoid warning for pro build (void)rEx; // avoid warning for pro build
DBG_ERROR1( "Exception caught SchXMLSeriesHelper::createOldAPISeriesPropertySet: %s", OSL_TRACE( "Exception caught SchXMLSeriesHelper::createOldAPISeriesPropertySet: %s",
OUStringToOString( rEx.Message, RTL_TEXTENCODING_ASCII_US ).getStr() ); OUStringToOString( rEx.Message, RTL_TEXTENCODING_ASCII_US ).getStr() );
} }
} }
...@@ -290,7 +290,7 @@ uno::Reference< beans::XPropertySet > SchXMLSeriesHelper::createOldAPIDataPointP ...@@ -290,7 +290,7 @@ uno::Reference< beans::XPropertySet > SchXMLSeriesHelper::createOldAPIDataPointP
{ {
(void)rEx; // avoid warning for pro build (void)rEx; // avoid warning for pro build
DBG_ERROR1( "Exception caught SchXMLSeriesHelper::createOldAPIDataPointPropertySet: %s", OSL_TRACE( "Exception caught SchXMLSeriesHelper::createOldAPIDataPointPropertySet: %s",
OUStringToOString( rEx.Message, RTL_TEXTENCODING_ASCII_US ).getStr() ); OUStringToOString( rEx.Message, RTL_TEXTENCODING_ASCII_US ).getStr() );
} }
} }
......
...@@ -2600,7 +2600,7 @@ void ChartExport::exportDataPoints( ...@@ -2600,7 +2600,7 @@ void ChartExport::exportDataPoints(
catch( uno::Exception & rEx ) catch( uno::Exception & rEx )
{ {
(void)rEx; // avoid warning for pro build (void)rEx; // avoid warning for pro build
DBG_ERROR1( "Exception caught during Export of data point: %s", OSL_TRACE( "Exception caught during Export of data point: %s",
rtl::OUStringToOString( rEx.Message, RTL_TEXTENCODING_ASCII_US ).getStr() ); rtl::OUStringToOString( rEx.Message, RTL_TEXTENCODING_ASCII_US ).getStr() );
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment