summaryrefslogtreecommitdiff
path: root/filter/source/config/cache/basecontainer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/config/cache/basecontainer.cxx')
-rw-r--r--filter/source/config/cache/basecontainer.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/config/cache/basecontainer.cxx b/filter/source/config/cache/basecontainer.cxx
index cbf6e4685a67..e34b71d03522 100644
--- a/filter/source/config/cache/basecontainer.cxx
+++ b/filter/source/config/cache/basecontainer.cxx
@@ -128,7 +128,7 @@ void BaseContainer::impl_initFlushMode()
if (!m_pFlushCache)
m_pFlushCache = m_rCache->clone();
if (!m_pFlushCache)
- throw css::uno::RuntimeException( "Cant create write copy of internal used cache on demand.",
+ throw css::uno::RuntimeException( "Can not create write copy of internal used cache on demand.",
static_cast< OWeakObject* >(this));
// <- SAFE
}
@@ -484,7 +484,7 @@ void SAL_CALL BaseContainer::flush()
if (!m_pFlushCache)
throw css::lang::WrappedTargetRuntimeException(
- "Cant guarantee cache consistency. Special flush container does not exists!",
+ "Can not guarantee cache consistency. Special flush container does not exists!",
static_cast< OWeakObject* >(this),
css::uno::Any());