summaryrefslogtreecommitdiff
path: root/include/sfx2/sidebar/CommandInfoProvider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/sidebar/CommandInfoProvider.hxx')
-rw-r--r--include/sfx2/sidebar/CommandInfoProvider.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/sfx2/sidebar/CommandInfoProvider.hxx b/include/sfx2/sidebar/CommandInfoProvider.hxx
index 6eb1ba6c3638..55ce82b8a394 100644
--- a/include/sfx2/sidebar/CommandInfoProvider.hxx
+++ b/include/sfx2/sidebar/CommandInfoProvider.hxx
@@ -43,7 +43,7 @@ public:
Lifetime control should work but could be more elegant.
*/
- static CommandInfoProvider& Instance (void);
+ static CommandInfoProvider& Instance();
/** Return a label for the given command.
@param rsCommandName
@@ -71,13 +71,13 @@ public:
::rtl::OUString msCachedModuleIdentifier;
css::uno::Reference<css::lang::XComponent> mxFrameListener;
- CommandInfoProvider (void);
- ~CommandInfoProvider (void);
+ CommandInfoProvider();
+ ~CommandInfoProvider();
- css::uno::Reference<css::ui::XAcceleratorConfiguration> GetDocumentAcceleratorConfiguration (void);
- css::uno::Reference<css::ui::XAcceleratorConfiguration> GetModuleAcceleratorConfiguration (void);
- css::uno::Reference<css::ui::XAcceleratorConfiguration> GetGlobalAcceleratorConfiguration(void);
- ::rtl::OUString GetModuleIdentifier (void);
+ css::uno::Reference<css::ui::XAcceleratorConfiguration> GetDocumentAcceleratorConfiguration();
+ css::uno::Reference<css::ui::XAcceleratorConfiguration> GetModuleAcceleratorConfiguration();
+ css::uno::Reference<css::ui::XAcceleratorConfiguration> GetGlobalAcceleratorConfiguration();
+ ::rtl::OUString GetModuleIdentifier();
::rtl::OUString GetCommandShortcut (const ::rtl::OUString& rCommandName);
css::uno::Sequence<css::beans::PropertyValue> GetCommandProperties (
const ::rtl::OUString& rsCommandName);