diff options
author | Michael Stahl <Michael.Stahl@cib.de> | 2018-10-28 00:21:18 +0200 |
---|---|---|
committer | Michael Stahl <Michael.Stahl@cib.de> | 2018-10-28 08:56:50 +0100 |
commit | 1132e59172f7beca5a39653cf9ee448f9f4577b1 (patch) | |
tree | 98085952a30fd8fd1fa6293c1446c8a0e454afa0 /sw | |
parent | 0a6813ad5d57d0df72562c797a8b0581bfd65a11 (diff) |
svx: remove newly unused XFillExchangeData
Change-Id: I0260504ba108421e82ad50f9680dda9a05710678
Reviewed-on: https://gerrit.libreoffice.org/62456
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/frmedt/fecopy.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/dochdl/swdtflvr.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/frmedt/fecopy.cxx b/sw/source/core/frmedt/fecopy.cxx index 74e1eeb9584f..abecc671a750 100644 --- a/sw/source/core/frmedt/fecopy.cxx +++ b/sw/source/core/frmedt/fecopy.cxx @@ -26,7 +26,6 @@ #include <sfx2/dispatch.hxx> #include <sfx2/docfile.hxx> #include <sfx2/viewsh.hxx> -#include <svx/xexch.hxx> #include <svx/xflasit.hxx> #include <svx/xfillit0.hxx> #include <svx/xflclit.hxx> diff --git a/sw/source/uibase/dochdl/swdtflvr.cxx b/sw/source/uibase/dochdl/swdtflvr.cxx index a67f021e72d4..9b6b4fd92272 100644 --- a/sw/source/uibase/dochdl/swdtflvr.cxx +++ b/sw/source/uibase/dochdl/swdtflvr.cxx @@ -50,7 +50,6 @@ #include <vcl/graph.hxx> #include <svl/urihelper.hxx> #include <svx/svdmodel.hxx> -#include <svx/xexch.hxx> #include <svx/xmlexchg.hxx> #include <svx/dbaexchange.hxx> #include <svx/clipfmtitem.hxx> |