summaryrefslogtreecommitdiff
path: root/shell/source/all/ooofilereader/metainforeader.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/all/ooofilereader/metainforeader.cxx')
-rw-r--r--shell/source/all/ooofilereader/metainforeader.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/shell/source/all/ooofilereader/metainforeader.cxx b/shell/source/all/ooofilereader/metainforeader.cxx
index be6ad746569d..6df5145dd3cf 100644
--- a/shell/source/all/ooofilereader/metainforeader.cxx
+++ b/shell/source/all/ooofilereader/metainforeader.cxx
@@ -70,11 +70,11 @@ CBaseReader( DocumentName )
#endif
)
{
- ENSURE(false, ex.what());
+ OSL_ENSURE(false, ex.what());
}
catch(...)
{
- ENSURE(false, "Unknown error");
+ OSL_ENSURE(false, "Unknown error");
}
}
@@ -111,11 +111,11 @@ try
#endif
)
{
- ENSURE(false, ex.what());
+ OSL_ENSURE(false, ex.what());
}
catch(...)
{
- ENSURE(false, "Unknown error");
+ OSL_ENSURE(false, "Unknown error");
}
}