Kaydet (Commit) 26d88611 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Properly #ifdef debug-only code

Change-Id: Iebf7ed1fb034ab2c2bee36ca6bf23408bf060d8d
üst f1433c21
...@@ -48,6 +48,7 @@ namespace dmapper { ...@@ -48,6 +48,7 @@ namespace dmapper {
//--------------------------------------------------- Utility functions //--------------------------------------------------- Utility functions
#if OSL_DEBUG_LEVEL > 1
void lcl_printProperties( uno::Sequence< beans::PropertyValue > aProps ) void lcl_printProperties( uno::Sequence< beans::PropertyValue > aProps )
{ {
sal_Int32 nLen = aProps.getLength( ); sal_Int32 nLen = aProps.getLength( );
...@@ -63,6 +64,7 @@ void lcl_printProperties( uno::Sequence< beans::PropertyValue > aProps ) ...@@ -63,6 +64,7 @@ void lcl_printProperties( uno::Sequence< beans::PropertyValue > aProps )
SAL_INFO("writerfilter", "Property " << aProps[i].Name << ": " << sValue); SAL_INFO("writerfilter", "Property " << aProps[i].Name << ": " << sValue);
} }
} }
#endif
sal_Int32 lcl_findProperty( uno::Sequence< beans::PropertyValue > aProps, const OUString& sName ) sal_Int32 lcl_findProperty( uno::Sequence< beans::PropertyValue > aProps, const OUString& sName )
{ {
......
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