summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/backingwindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/dialog/backingwindow.hxx')
-rw-r--r--sfx2/source/dialog/backingwindow.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sfx2/source/dialog/backingwindow.hxx b/sfx2/source/dialog/backingwindow.hxx
index 29276de3e96f..cff49ec4e930 100644
--- a/sfx2/source/dialog/backingwindow.hxx
+++ b/sfx2/source/dialog/backingwindow.hxx
@@ -26,9 +26,11 @@
#include <vcl/button.hxx>
#include <vcl/tabctrl.hxx>
#include <vcl/layout.hxx>
+#include <vcl/toolbox.hxx>
#include <sfx2/recentdocsview.hxx>
#include <sfx2/templatelocalview.hxx>
+#include <sfx2/templateabstractview.hxx>
#include <sfx2/templateviewitem.hxx>
#include <svtools/acceleratorexecute.hxx>
@@ -79,6 +81,9 @@ class BackingWindow
RecentDocsView* mpAllRecentThumbnails;
TemplateLocalView* mpLocalView;
+ TemplateAbstractView* mpCurrentView;
+
+ ToolBox* mpViewBar;
std::vector<Window*> maDndWindows;
@@ -98,6 +103,7 @@ class BackingWindow
DECL_LINK(ClickHdl, Button*);
DECL_LINK(ExtLinkClickHdl, Button*);
+ DECL_LINK(OpenRegionHdl, void*);
void initControls();