diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-04-20 13:11:06 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-04-20 13:11:06 +0000 |
commit | 4024b876b55885db2a91c7ddaf17ed2cbd670e73 (patch) | |
tree | b67444a6982d5f799bce547617a662f69767d7ee /framework/source | |
parent | 5b89f92aa6a3978b40afeb1cbebfa3c5ffd574fb (diff) |
#i10000# duplicated throw
Diffstat (limited to 'framework/source')
-rw-r--r-- | framework/source/services/modulemanager.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/framework/source/services/modulemanager.cxx b/framework/source/services/modulemanager.cxx index 859d9fabe0c3..b220295b31e9 100644 --- a/framework/source/services/modulemanager.cxx +++ b/framework/source/services/modulemanager.cxx @@ -4,9 +4,9 @@ * * $RCSfile: modulemanager.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: ihi $ $Date: 2007-04-16 16:44:41 $ + * last change: $Author: ihi $ $Date: 2007-04-20 14:11:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -364,7 +364,6 @@ sal_Bool SAL_CALL ModuleManager::hasElements() css::uno::Reference< css::container::XEnumeration > SAL_CALL ModuleManager::createSubSetEnumerationByQuery(const ::rtl::OUString&) throw(css::uno::RuntimeException) { - throw css::uno::RuntimeException(::rtl::OUString::createFromAscii("Not implemented yet!"), static_cast< css::frame::XModuleManager* >(this)); return css::uno::Reference< css::container::XEnumeration >(); } |