summaryrefslogtreecommitdiff
path: root/unodevtools/inc
diff options
context:
space:
mode:
Diffstat (limited to 'unodevtools/inc')
-rw-r--r--unodevtools/inc/unodevtools/options.hxx5
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,