diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-04-11 15:39:38 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-04-11 16:11:19 +0200 |
commit | 7b3bef772d65f064393a764e1a6ef468dbf1b18d (patch) | |
tree | b76895c7d109e07d08d550e61f27b6cb4cbba2ba /unodevtools/inc | |
parent | 6e3e6ef7257e93743a72719581ef6fe0016e58e9 (diff) |
No need to have uno-skeletonmaker depend on udkapi
...just for RuntimeException, which can be replaced with CannotDumpException.
Change-Id: I258f5fe534d589b33e988f7e585168c1bc6990f8
Diffstat (limited to 'unodevtools/inc')
-rw-r--r-- | unodevtools/inc/unodevtools/options.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/unodevtools/inc/unodevtools/options.hxx b/unodevtools/inc/unodevtools/options.hxx index e1347829be7d..8c981922d4fa 100644 --- a/unodevtools/inc/unodevtools/options.hxx +++ b/unodevtools/inc/unodevtools/options.hxx @@ -22,15 +22,14 @@ #include "sal/config.h" -#include <com/sun/star/uno/RuntimeException.hpp> #include <rtl/ustrbuf.hxx> namespace unodevtools { //------------------------------------------------------------------------------- sal_Bool readOption( OUString * pValue, const sal_Char * pOpt, - sal_uInt32 * pnIndex, const OUString & aArg) - throw (com::sun::star::uno::RuntimeException); + sal_uInt32 * pnIndex, const OUString & aArg); + // throws CannotDumpException //------------------------------------------------------------------------------- sal_Bool readOption( sal_Bool * pbOpt, const sal_Char * pOpt, |