diff options
author | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2019-09-19 15:51:59 +0200 |
---|---|---|
committer | Björn Michaelsen <bjoern.michaelsen@libreoffice.org> | 2019-09-19 18:42:53 +0200 |
commit | e4cf86398a24d454f5fba4a7400410689aeefb92 (patch) | |
tree | e96f4cf7846bab4af2ce1ad5c8e00df8e3c1c3bf | |
parent | d37096f59e7e0286e55008153591a60bab92b9e8 (diff) |
no more SwClient/SwModify in sw/source/filter/{ww8,xml}
Change-Id: Ia09e84195811c6548bc6cbafc4145ce04537ec91
Reviewed-on: https://gerrit.libreoffice.org/79185
Tested-by: Jenkins
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>
-rw-r--r-- | sw/source/filter/ww8/ww8atr.cxx | 1 | ||||
-rw-r--r-- | sw/source/filter/xml/xmltexti.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/ww8atr.cxx b/sw/source/filter/ww8/ww8atr.cxx index 6aa988a4caa1..60de4f0df789 100644 --- a/sw/source/filter/ww8/ww8atr.cxx +++ b/sw/source/filter/ww8/ww8atr.cxx @@ -141,7 +141,6 @@ #include <i18nlangtag/languagetag.hxx> #include <unotools/fltrcfg.hxx> #include <o3tl/enumrange.hxx> -#include <calbck.hxx> using ::editeng::SvxBorderLine; diff --git a/sw/source/filter/xml/xmltexti.cxx b/sw/source/filter/xml/xmltexti.cxx index 71a35ddbcc8b..9d8fe1fdcd52 100644 --- a/sw/source/filter/xml/xmltexti.cxx +++ b/sw/source/filter/xml/xmltexti.cxx @@ -55,7 +55,6 @@ #include <ndole.hxx> #include <docsh.hxx> #include <sfx2/docfile.hxx> -#include <calbck.hxx> #include <vcl/svapp.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <svtools/embedhlp.hxx> |