diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-05-03 17:35:11 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-05-04 13:37:45 +0200 |
commit | f18b17ddbd58e64683f7f806e913878f756e7a26 (patch) | |
tree | f0cb3715f3748d6d3e170132e3509d5fe2752261 | |
parent | 651169f85640c9d15381c424dfe0ed5cd93e58ee (diff) |
Remove duplicated include
About commit 34f7e618ddd3399d9e7f3998e25545256255d02d
Change-Id: I9142116305dc2cf2ecae66835facadee56ac836a
Reviewed-on: https://gerrit.libreoffice.org/37214
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r-- | sfx2/source/bastyp/frmhtmlw.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/bastyp/frmhtmlw.cxx b/sfx2/source/bastyp/frmhtmlw.cxx index 9d9127762f3d..87c083a240d5 100644 --- a/sfx2/source/bastyp/frmhtmlw.cxx +++ b/sfx2/source/bastyp/frmhtmlw.cxx @@ -48,7 +48,6 @@ #include <rtl/bootstrap.hxx> #include <rtl/strbuf.hxx> #include <sax/tools/converter.hxx> -#include "strings.hxx" using namespace ::com::sun::star; |