diff options
author | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2015-12-18 02:30:18 +0100 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2015-12-18 01:58:23 +0000 |
commit | 42645fe67cac22e9a96bc4b34c4f85c09185d9d2 (patch) | |
tree | 17212eef1a2c1ad4e671e1a3fc7b9db8d96e683f /sd | |
parent | 88f3c8f995e04aaecc9c7fefe4fe347e87d5e05e (diff) |
related tdf#96398 pull out more NPAPI-related code
Fixup windows PCH plus pulling out more code now unused due to NPAPI
removal. Follow-up to 4c18af27bf95b332ee2006cfc0bbf469fb1a84d4.
Change-Id: I8ad42a28139ceeab0cae1f608d55beb28c159db3
Reviewed-on: https://gerrit.libreoffice.org/20783
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/func/fuinsert.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/view/drviews7.cxx | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/sd/source/ui/func/fuinsert.cxx b/sd/source/ui/func/fuinsert.cxx index e93fa84597bc..fab2f7e03e14 100644 --- a/sd/source/ui/func/fuinsert.cxx +++ b/sd/source/ui/func/fuinsert.cxx @@ -35,6 +35,7 @@ #include <svl/urihelper.hxx> #include <sfx2/docfile.hxx> #include <sfx2/msgpool.hxx> +#include <sfx2/filedlghelper.hxx> #include <svtools/sores.hxx> #include <svtools/insdlg.hxx> #include <sfx2/request.hxx> @@ -42,7 +43,6 @@ #include <unotools/pathoptions.hxx> #include <svtools/miscopt.hxx> #include <svtools/embedhlp.hxx> -#include <svx/pfiledlg.hxx> #include <svx/dialogs.hrc> #include <sfx2/linkmgr.hxx> #include <svx/linkwarn.hxx> diff --git a/sd/source/ui/view/drviews7.cxx b/sd/source/ui/view/drviews7.cxx index 1740fa69ab16..2f38a3043138 100644 --- a/sd/source/ui/view/drviews7.cxx +++ b/sd/source/ui/view/drviews7.cxx @@ -56,7 +56,6 @@ #include <comphelper/processfactory.hxx> #include <sfx2/request.hxx> -#include <svx/pfiledlg.hxx> #include <svx/grafctrl.hxx> #include <svtools/cliplistener.hxx> #include <sfx2/viewfrm.hxx> |