summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-08-04 20:35:54 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-08-05 11:51:32 +0200
commit377a318dcfe4021eadde0e8cd922a4e42040b355 (patch)
treedb1d6b7ec490028404a2d90e44c1d0d48bb39603 /filter
parent1a5bee9d18c9d7a8db0f9f011a0d2224d687e327 (diff)
drop unneeded forward declare
Change-Id: I858d4a43690bd37385eb6f48945c05dd9c2a6182 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120031 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/pdf/pdfdialog.hxx2
-rw-r--r--filter/source/xsltdialog/xmlfiltertabpagexslt.hxx1
2 files changed, 0 insertions, 3 deletions
diff --git a/filter/source/pdf/pdfdialog.hxx b/filter/source/pdf/pdfdialog.hxx
index 40f0d361215b..fcfd1d0976bd 100644
--- a/filter/source/pdf/pdfdialog.hxx
+++ b/filter/source/pdf/pdfdialog.hxx
@@ -28,8 +28,6 @@
#include <com/sun/star/document/XExporter.hpp>
#include <com/sun/star/lang/XComponent.hpp>
-namespace vcl { class Window; }
-
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::document;
using namespace ::com::sun::star::lang;
diff --git a/filter/source/xsltdialog/xmlfiltertabpagexslt.hxx b/filter/source/xsltdialog/xmlfiltertabpagexslt.hxx
index 8eed194b849f..52538a834fd1 100644
--- a/filter/source/xsltdialog/xmlfiltertabpagexslt.hxx
+++ b/filter/source/xsltdialog/xmlfiltertabpagexslt.hxx
@@ -21,7 +21,6 @@
#include <vcl/weld.hxx>
#include <svtools/inettbc.hxx>
-namespace vcl { class Window; }
class filter_info_impl;
class XMLFilterTabPageXSLT