diff options
Diffstat (limited to 'xmloff/inc/StyleMap.hxx')
-rw-r--r-- | xmloff/inc/StyleMap.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/inc/StyleMap.hxx b/xmloff/inc/StyleMap.hxx index d308ba033ff0..f5b99a3278b2 100644 --- a/xmloff/inc/StyleMap.hxx +++ b/xmloff/inc/StyleMap.hxx @@ -74,7 +74,7 @@ public: // XUnoTunnel virtual sal_Int64 SAL_CALL getSomething( - const css::uno::Sequence< sal_Int8 >& aIdentifier ) throw(css::uno::RuntimeException, std::exception) override; + const css::uno::Sequence< sal_Int8 >& aIdentifier ) override; }; #endif // INCLUDED_XMLOFF_INC_STYLEMAP_HXX |