summaryrefslogtreecommitdiff
path: root/sfx2/inc/templatedlg.hxx
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2013-03-15 17:14:26 +0100
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2013-03-15 17:15:24 +0100
commit5fbc90a6e277fc038b8c3a1c86360556dc9c0069 (patch)
treeba0c565f4636262f9c9e7e70c9a8e546c5ed967e /sfx2/inc/templatedlg.hxx
parent5874231b8a7fc790299e9129684271b5ca70410b (diff)
Template manager: moved the controls into a proper TabPage to avoid problems
Change-Id: Ibff35bf24873a38c9a09d71fb3630a57e06f1a3c
Diffstat (limited to 'sfx2/inc/templatedlg.hxx')
-rw-r--r--sfx2/inc/templatedlg.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/inc/templatedlg.hxx b/sfx2/inc/templatedlg.hxx
index 53a70ff10e9d..6b2d4bc4106d 100644
--- a/sfx2/inc/templatedlg.hxx
+++ b/sfx2/inc/templatedlg.hxx
@@ -15,6 +15,7 @@
#include <vcl/dialog.hxx>
#include <vcl/button.hxx>
#include <vcl/tabctrl.hxx>
+#include <vcl/tabpage.hxx>
#include <com/sun/star/frame/XDesktop2.hpp>
class Edit;
@@ -128,6 +129,7 @@ private:
private:
TabControl maTabControl;
+ TabPage maTabPage;
Control *mpToolbars;
Edit *mpSearchEdit;