filter/source/xsltdialog/xmlfiltertabdialog.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
New commits: commit f26974181331713b166119d7149c5b280bf3a83e Author: Caolán McNamara <caol...@redhat.com> Date: Mon Nov 28 16:51:54 2011 +0000 The vcl tabdlg, not the sfx2 one, is the one actually used diff --git a/filter/source/xsltdialog/xmlfiltertabdialog.hxx b/filter/source/xsltdialog/xmlfiltertabdialog.hxx index 7a4a539..ad8d889 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;
_______________________________________________ Libreoffice-commits mailing list Libreoffice-commits@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits