summaryrefslogtreecommitdiffstats
path: root/shell/source/win32/ooofilereader/metainforeader.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/win32/ooofilereader/metainforeader.cxx')
-rw-r--r--shell/source/win32/ooofilereader/metainforeader.cxx12
1 files changed, 2 insertions, 10 deletions
diff --git a/shell/source/win32/ooofilereader/metainforeader.cxx b/shell/source/win32/ooofilereader/metainforeader.cxx
index b4273bdc89b6..442c12ad553e 100644
--- a/shell/source/win32/ooofilereader/metainforeader.cxx
+++ b/shell/source/win32/ooofilereader/metainforeader.cxx
@@ -58,11 +58,7 @@ CBaseReader( DocumentName )
Initialize( META_CONTENT_NAME );
}
- catch(xml_parser_exception&
- #if OSL_DEBUG_LEVEL > 0
- ex
- #endif
- )
+ catch(xml_parser_exception& ex)
{
OSL_ENSURE(false, ex.what());
}
@@ -99,11 +95,7 @@ try
Initialize( META_CONTENT_NAME );
}
- catch(xml_parser_exception&
- #if OSL_DEBUG_LEVEL > 0
- ex
- #endif
- )
+ catch(xml_parser_exception& ex)
{
OSL_ENSURE(false, ex.what());
}