summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-01-31 20:55:19 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-02-01 22:10:38 +0000
commite8870af6955400acf457209e1eb45debc90085ba (patch)
treecd50b4d0976f79c1805b18b70e375d3c415d9d77 /filter
parent3c3a53b3d2803395150c88d7bf6cdf6736a185b7 (diff)
this cannot happen in reality
Change-Id: I6b8b447763cc61e9dfef6d4ba122384482078d84
Diffstat (limited to 'filter')
-rw-r--r--filter/source/config/cache/filtercache.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/config/cache/filtercache.cxx b/filter/source/config/cache/filtercache.cxx
index 69d60277c231..83537b73555f 100644
--- a/filter/source/config/cache/filtercache.cxx
+++ b/filter/source/config/cache/filtercache.cxx
@@ -790,7 +790,7 @@ CacheItemList& FilterCache::impl_getItemList(EItemType eType)
}
- throw css::uno::Exception("unknown sub container requested.",
+ throw css::uno::RuntimeException("unknown sub container requested.",
css::uno::Reference< css::uno::XInterface >());
// <- SAFE ----------------------------------
}