writerfilter/source/dmapper/NumberingManager.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 26d88611665423a5662394af684c7e3f20b0dd6d Author: Stephan Bergmann <sberg...@redhat.com> Date: Tue Apr 15 08:42:43 2014 +0200 Properly #ifdef debug-only code Change-Id: Iebf7ed1fb034ab2c2bee36ca6bf23408bf060d8d diff --git a/writerfilter/source/dmapper/NumberingManager.cxx b/writerfilter/source/dmapper/NumberingManager.cxx index 036a4ec..da88e52 100644 --- a/writerfilter/source/dmapper/NumberingManager.cxx +++ b/writerfilter/source/dmapper/NumberingManager.cxx @@ -48,6 +48,7 @@ namespace dmapper { //--------------------------------------------------- Utility functions +#if OSL_DEBUG_LEVEL > 1 void lcl_printProperties( uno::Sequence< beans::PropertyValue > aProps ) { sal_Int32 nLen = aProps.getLength( ); @@ -63,6 +64,7 @@ void lcl_printProperties( uno::Sequence< beans::PropertyValue > aProps ) SAL_INFO("writerfilter", "Property " << aProps[i].Name << ": " << sValue); } } +#endif sal_Int32 lcl_findProperty( uno::Sequence< beans::PropertyValue > aProps, const OUString& sName ) { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits