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.cxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/shell/source/win32/ooofilereader/basereader.cxx b/shell/source/win32/ooofilereader/basereader.cxx
index 503aed093539..f4568aade05a 100644
--- a/shell/source/win32/ooofilereader/basereader.cxx
+++ b/shell/source/win32/ooofilereader/basereader.cxx
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#undef OSL_DEBUG_LEVEL
-
-
-#include <osl/diagnose.h>
-
#include "internal/basereader.hxx"
#include "internal/xml_parser.hxx"
@@ -81,11 +76,11 @@ void CBaseReader::Initialize( const std::string& ContentName)
}
catch(std::exception& ex)
{
- OSL_ENSURE( false, ex.what() );
+ // OSL_ENSURE( false, ex.what() );
}
catch(...)
{
- OSL_ENSURE(false, "Unknown error");
+ // OSL_ENSURE(false, "Unknown error");
}
}