diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-04-24 10:43:44 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-04-24 10:44:08 +0200 |
commit | 729165ebacc6ff8bd1e5c936252cdace1782824b (patch) | |
tree | 4e3d2355595be40f22b87a64f5a92f94d9f1d580 /fpicker | |
parent | 93a6aeb965c2d77767178e62475378f69b326414 (diff) |
OSL_DEBUG_LEVEL > 0 -> defined DBG_UTIL
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/office/iodlgimp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/iodlgimp.cxx b/fpicker/source/office/iodlgimp.cxx index 99797dae8424..c81584052514 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 ) |