[Libreoffice-commits] .: fpicker/source
Stephan Bergmann
sbergmann at kemper.freedesktop.org
Tue Apr 24 01:44:14 PDT 2012
fpicker/source/office/iodlgimp.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 729165ebacc6ff8bd1e5c936252cdace1782824b
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Apr 24 10:43:44 2012 +0200
OSL_DEBUG_LEVEL > 0 -> defined DBG_UTIL
diff --git a/fpicker/source/office/iodlgimp.cxx b/fpicker/source/office/iodlgimp.cxx
index 99797da..c815840 100644
--- a/fpicker/source/office/iodlgimp.cxx
+++ b/fpicker/source/office/iodlgimp.cxx
@@ -340,7 +340,7 @@ void SvtExpFileDlg_Impl::SetStandardDir( const String& _rDir )
}
//*****************************************************************************
-#if OSL_DEBUG_LEVEL > 0
+#if defined DBG_UTIL
//-----------------------------------------------------------------------------
namespace {
String lcl_DecoratedFilter( const String& _rOriginalFilter )
More information about the Libreoffice-commits
mailing list