summaryrefslogtreecommitdiff
path: root/include/sfx2/notebookbar/SfxNotebookBar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/notebookbar/SfxNotebookBar.hxx')
-rw-r--r--include/sfx2/notebookbar/SfxNotebookBar.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sfx2/notebookbar/SfxNotebookBar.hxx b/include/sfx2/notebookbar/SfxNotebookBar.hxx
index 939dac3ea051..67ee405fb355 100644
--- a/include/sfx2/notebookbar/SfxNotebookBar.hxx
+++ b/include/sfx2/notebookbar/SfxNotebookBar.hxx
@@ -29,11 +29,11 @@ public:
static bool IsActive();
/// Function to be called from the sdi's ExecMethod.
- static void ExecMethod(SfxBindings& rBindings);
+ static void ExecMethod(SfxBindings& rBindings, const OUString& rUIName);
/// Function to be called from the sdi's StateMethod.
- static void StateMethod(SfxBindings& rBindings, const OUString& rUIFile);
- static void StateMethod(SystemWindow* pSysWindow,
+ static bool StateMethod(SfxBindings& rBindings, const OUString& rUIFile);
+ static bool StateMethod(SystemWindow* pSysWindow,
const css::uno::Reference<css::frame::XFrame> & xFrame,
const OUString& rUIFile);