summaryrefslogtreecommitdiff
path: root/framework/inc/uiconfiguration/globalsettings.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/uiconfiguration/globalsettings.hxx')
-rw-r--r--framework/inc/uiconfiguration/globalsettings.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/uiconfiguration/globalsettings.hxx b/framework/inc/uiconfiguration/globalsettings.hxx
index 00b995e1d068..9bddcce46d87 100644
--- a/framework/inc/uiconfiguration/globalsettings.hxx
+++ b/framework/inc/uiconfiguration/globalsettings.hxx
@@ -63,8 +63,8 @@ class GlobalSettings
bool GetStateInfo( UIElementType eElementType, StateInfo eStateInfo, ::com::sun::star::uno::Any& aValue );
private:
- GlobalSettings(const GlobalSettings&) SAL_DELETED_FUNCTION;
- GlobalSettings& operator=(const GlobalSettings& ) SAL_DELETED_FUNCTION;
+ GlobalSettings(const GlobalSettings&) = delete;
+ GlobalSettings& operator=(const GlobalSettings& ) = delete;
::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > m_xContext;
};