summaryrefslogtreecommitdiff
path: root/sfx2/inc/templatedlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/inc/templatedlg.hxx')
-rw-r--r--sfx2/inc/templatedlg.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/sfx2/inc/templatedlg.hxx b/sfx2/inc/templatedlg.hxx
index b36e96e7e02f..d160053a5a32 100644
--- a/sfx2/inc/templatedlg.hxx
+++ b/sfx2/inc/templatedlg.hxx
@@ -18,6 +18,8 @@
#include <vcl/tabpage.hxx>
#include <com/sun/star/frame/XDesktop2.hpp>
+#include <sfx2/templateabstractview.hxx>
+
class Edit;
class PopupMenu;
class SfxTemplateInfoDlg;
@@ -59,8 +61,6 @@ private:
void writeSettings ();
- virtual void Resize ();
-
DECL_LINK(TBXViewHdl, void*);
DECL_LINK(TBXActionHdl, void*);
DECL_LINK(TBXTemplateHdl, void*);
@@ -134,10 +134,12 @@ private:
void syncRepositories () const;
+ /// Return filter according to the currently selected tab page.
+ FILTER_APPLICATION getCurrentFilter();
+
private:
- TabControl maTabControl;
- TabPage maTabPage;
+ TabControl *mpTabControl;
Edit *mpSearchEdit;
ToolBox *mpViewBar;