summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-11-20 10:36:03 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-11-20 11:14:24 +0000
commit009face61bb5c7a8e19345ce5531075b7599dd79 (patch)
tree609d543450bbde83b59cf2a2f56bb257a907afad /include
parent216879f1edced1b696bf27d40989280a363b69c4 (diff)
Revert "vcl: Initial NotebookBar implementation."
Will use a different approach for NotebookBar. Also this should not be in 5.1. This reverts commit 8c1014021dbe9da2e18233d215b970f5359db67b. Change-Id: Ic699723818a890bf4c3be3a2c045527148bd118b Reviewed-on: https://gerrit.libreoffice.org/20075 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/syswin.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/syswin.hxx b/include/vcl/syswin.hxx
index 12b0f8f69302..d31f68eb7561 100644
--- a/include/vcl/syswin.hxx
+++ b/include/vcl/syswin.hxx
@@ -28,7 +28,6 @@
class ModalDialog;
class MenuBar;
-class NotebookBarWindow;
class TaskPaneList;
class VclContainer;
@@ -238,8 +237,6 @@ 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;