diff options
Diffstat (limited to 'framework/inc/uiconfiguration/globalsettings.hxx')
-rw-r--r-- | framework/inc/uiconfiguration/globalsettings.hxx | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/framework/inc/uiconfiguration/globalsettings.hxx b/framework/inc/uiconfiguration/globalsettings.hxx index 2609647989db..7123836958ec 100644 --- a/framework/inc/uiconfiguration/globalsettings.hxx +++ b/framework/inc/uiconfiguration/globalsettings.hxx @@ -44,13 +44,6 @@ class GlobalSettings GlobalSettings( const css::uno::Reference< css::uno::XComponentContext >& rxContext ); ~GlobalSettings(); - enum UIElementType - { - UIELEMENT_TYPE_TOOLBAR, - UIELEMENT_TYPE_DOCKWINDOW, - UIELEMENT_TYPE_STATUSBAR - }; - enum StateInfo { STATEINFO_LOCKED, @@ -58,8 +51,8 @@ class GlobalSettings }; // settings access - bool HasStatesInfo( UIElementType eElementType ); - bool GetStateInfo( UIElementType eElementType, StateInfo eStateInfo, css::uno::Any& aValue ); + bool HasToolbarStatesInfo(); + bool GetToolbarStateInfo( StateInfo eStateInfo, css::uno::Any& aValue ); private: GlobalSettings(const GlobalSettings&) = delete; |