summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-11-28 16:51:54 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-11-28 16:52:30 +0000
commitf26974181331713b166119d7149c5b280bf3a83e (patch)
treee497a982b709f7153891c1c910dc7ce9d0a1a543 /filter
parentf970963fd7438fe4a026febf2046a2f4430d0a9f (diff)
The vcl tabdlg, not the sfx2 one, is the one actually used
Diffstat (limited to 'filter')
-rw-r--r--filter/source/xsltdialog/xmlfiltertabdialog.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/filter/source/xsltdialog/xmlfiltertabdialog.hxx b/filter/source/xsltdialog/xmlfiltertabdialog.hxx
index 7a4a53934341..ad8d889a5da0 100644
--- a/filter/source/xsltdialog/xmlfiltertabdialog.hxx
+++ b/filter/source/xsltdialog/xmlfiltertabdialog.hxx
@@ -29,7 +29,9 @@
#define _XMLFILTERTABDIALOG_HXX_
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-#include <sfx2/tabdlg.hxx>
+#include <vcl/tabctrl.hxx>
+#include <vcl/tabdlg.hxx>
+#include <vcl/button.hxx>
class Window;
class ResMgr;