diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-04-19 09:45:54 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-04-19 13:57:37 +0200 |
commit | f0c31f3aa1e79d595586136f9161afd357dca8d7 (patch) | |
tree | f440d379db025e84e01a369c2d4c59dfe307276a /sfx2 | |
parent | 83d481b9584dbb4d97661a95f1a19f25dad737b2 (diff) |
drop some unneeded includes
Change-Id: Idde1f747f500d94b3191a97e7d502794cc2b8450
Reviewed-on: https://gerrit.libreoffice.org/70972
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/newhelp.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/doc/new.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/appl/newhelp.cxx b/sfx2/source/appl/newhelp.cxx index 68480ed2aea5..8f6ccd8af2be 100644 --- a/sfx2/source/appl/newhelp.cxx +++ b/sfx2/source/appl/newhelp.cxx @@ -91,7 +91,6 @@ #include <svtools/imagemgr.hxx> #include <svtools/miscopt.hxx> #include <svtools/imgdef.hxx> -#include <vcl/builderfactory.hxx> #include <vcl/unohelp.hxx> #include <vcl/i18nhelp.hxx> #include <vcl/layout.hxx> diff --git a/sfx2/source/doc/new.cxx b/sfx2/source/doc/new.cxx index 0c77b75d13c3..c28520d62c6b 100644 --- a/sfx2/source/doc/new.cxx +++ b/sfx2/source/doc/new.cxx @@ -19,7 +19,6 @@ #include <osl/file.hxx> #include <sfx2/new.hxx> -#include <vcl/builderfactory.hxx> #include <vcl/layout.hxx> #include <vcl/idle.hxx> #include <vcl/gdimtf.hxx> |