summaryrefslogtreecommitdiff
path: root/basctl/source/inc/basidectrlr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/inc/basidectrlr.hxx')
-rw-r--r--basctl/source/inc/basidectrlr.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/basctl/source/inc/basidectrlr.hxx b/basctl/source/inc/basidectrlr.hxx
index 76049a5b3f37..a32e1ffd94af 100644
--- a/basctl/source/inc/basidectrlr.hxx
+++ b/basctl/source/inc/basidectrlr.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_BASCTL_SOURCE_INC_BASIDECTRLR_HXX
-#define INCLUDED_BASCTL_SOURCE_INC_BASIDECTRLR_HXX
+#pragma once
#include <comphelper/broadcasthelper.hxx>
#include <comphelper/propertycontainer.hxx>
@@ -46,8 +45,8 @@ public:
// XInterface
virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType ) override;
- virtual void SAL_CALL acquire() throw() override;
- virtual void SAL_CALL release() throw() override;
+ virtual void SAL_CALL acquire() noexcept override;
+ virtual void SAL_CALL release() noexcept override;
// XTypeProvider ( ::SfxBaseController )
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes() override;
@@ -66,6 +65,4 @@ protected:
} // namespace basctl
-#endif // INCLUDED_BASCTL_SOURCE_INC_BASIDECTRLR_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */