summaryrefslogtreecommitdiff
path: root/shell/source/win32/ooofilereader/basereader.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/win32/ooofilereader/basereader.cxx')
-rw-r--r--shell/source/win32/ooofilereader/basereader.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/shell/source/win32/ooofilereader/basereader.cxx b/shell/source/win32/ooofilereader/basereader.cxx
index 91860d81906e..503aed093539 100644
--- a/shell/source/win32/ooofilereader/basereader.cxx
+++ b/shell/source/win32/ooofilereader/basereader.cxx
@@ -79,11 +79,7 @@ void CBaseReader::Initialize( const std::string& ContentName)
parser.parse(&m_ZipContent[0], m_ZipContent.size());
}
}
- catch(std::exception&
- #if OSL_DEBUG_LEVEL > 0
- ex
- #endif
- )
+ catch(std::exception& ex)
{
OSL_ENSURE( false, ex.what() );
}