summaryrefslogtreecommitdiff
path: root/include/sfx2/mgetempl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/mgetempl.hxx')
-rw-r--r--include/sfx2/mgetempl.hxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/include/sfx2/mgetempl.hxx b/include/sfx2/mgetempl.hxx
index 8433237da033..86764728d8de 100644
--- a/include/sfx2/mgetempl.hxx
+++ b/include/sfx2/mgetempl.hxx
@@ -21,17 +21,20 @@
#include <sfx2/styfitem.hxx>
#include <sfx2/tabdlg.hxx>
-#include <vcl/weld.hxx>
#include <memory>
+namespace weld { class Button; }
+namespace weld { class CheckButton; }
+namespace weld { class ComboBox; }
+namespace weld { class Entry; }
+namespace weld { class Label; }
+namespace weld { class Widget; }
+
/* expected:
SID_TEMPLATE_NAME : In: StringItem, Name of Template
SID_TEMPLATE_FAMILY : In: Family of Template
*/
-class SfxStyleFamilyItem;
-class SfxStyleSheetBase;
-
class SfxManageStyleSheetPage final : public SfxTabPage
{
SfxStyleSheetBase *pStyle;