diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-05-19 22:52:42 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-05-19 22:52:42 +0200 |
commit | d09124d94270e9d15e3cd0a86ec90e5e2a1822eb (patch) | |
tree | 96b427b7e70697840128df983f32dc51452aaedd /include/sfx2/sfxbasecontroller.hxx | |
parent | b18ff2a2ef8dae006d6bc976a61510f2dbaa27f2 (diff) |
Fix overriding exception specification
Change-Id: I6eb46f1ffccc1d98b1a1485486cbc355ce296cd3
Diffstat (limited to 'include/sfx2/sfxbasecontroller.hxx')
-rw-r--r-- | include/sfx2/sfxbasecontroller.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/sfxbasecontroller.hxx b/include/sfx2/sfxbasecontroller.hxx index 5389d8f9978f..a81568f20f27 100644 --- a/include/sfx2/sfxbasecontroller.hxx +++ b/include/sfx2/sfxbasecontroller.hxx @@ -169,7 +169,7 @@ public: virtual void SAL_CALL removeTitleChangeListener( const css::uno::Reference< css::frame::XTitleChangeListener >& xListener ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; // css::lang::XInitialization - virtual void SAL_CALL initialize( const ::css::uno::Sequence< ::css::uno::Any >& aArguments ) SAL_OVERRIDE; + virtual void SAL_CALL initialize( const ::css::uno::Sequence< ::css::uno::Any >& aArguments ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; // FIXME: TL needs this in sw/source/ui/uno/unotxdoc.cxx now; // either the _Impl name should vanish or there should be an "official" API |