[Libreoffice-commits] core.git: sw/source
Miklos Vajna (via logerrit)
logerrit at kemper.freedesktop.org
Thu May 30 16:44:03 UTC 2019
sw/source/filter/xml/xmlfmte.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 1376bb3e44c4b9eb15cf788df04f7cc0bba8cb09
Author: Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Thu May 30 17:40:14 2019 +0200
Commit: Miklos Vajna <vmiklos at collabora.com>
CommitDate: Thu May 30 18:42:07 2019 +0200
ODT export: remove leftover debug include
And if I'm at it, IWYU pointed one more unused one.
Change-Id: I978e0bbf281bebc3da574a8a857167b18a540f0a
Reviewed-on: https://gerrit.libreoffice.org/73215
Reviewed-by: Miklos Vajna <vmiklos at collabora.com>
Tested-by: Jenkins
diff --git a/sw/source/filter/xml/xmlfmte.cxx b/sw/source/filter/xml/xmlfmte.cxx
index 737f0e7ed8c9..642e9d1d93fd 100644
--- a/sw/source/filter/xml/xmlfmte.cxx
+++ b/sw/source/filter/xml/xmlfmte.cxx
@@ -33,13 +33,11 @@
#include <format.hxx>
#include <fmtpdsc.hxx>
#include <pagedesc.hxx>
-#include <unostyle.hxx>
#include <cellatr.hxx>
#include <com/sun/star/drawing/XDrawPageSupplier.hpp>
#include "xmlexp.hxx"
#include <SwStyleNameMapper.hxx>
#include <osl/diagnose.h>
-#include <sal/log.hxx>
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::uno;
More information about the Libreoffice-commits
mailing list