summaryrefslogtreecommitdiff
path: root/include/vcl/syswin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/syswin.hxx')
-rw-r--r--include/vcl/syswin.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/vcl/syswin.hxx b/include/vcl/syswin.hxx
index fe4eaf42ecd6..6692e7bf4656 100644
--- a/include/vcl/syswin.hxx
+++ b/include/vcl/syswin.hxx
@@ -28,6 +28,7 @@
class ModalDialog;
class MenuBar;
+class NotebookBarWindow;
class TaskPaneList;
class VclContainer;
@@ -237,6 +238,8 @@ public:
MenuBar* GetMenuBar() const { return mpMenuBar; }
void SetMenuBarMode( MenuBarMode nMode );
+ void CreateNotebookBar(const OUString& rUIXMLDescription, const css::uno::Reference<css::frame::XFrame>& rFrame);
+
TaskPaneList* GetTaskPaneList();
void GetWindowStateData( WindowStateData& rData ) const;