summaryrefslogtreecommitdiff
path: root/sw/source/filter/html
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2018-05-09 23:20:23 +0000
committerRene Engelhard <rene@debian.org>2018-05-10 22:44:37 +0200
commite37135d4139f7c614c46fff6f82d519a05f1d9f8 (patch)
tree49616085b2807e2972d22f86efa4e46ceac10250 /sw/source/filter/html
parenta4d35e9ed6b26d329d05bc4f39e21aac34510e0a (diff)
move Java from config_features to already existing config_java
Change-Id: I085fab2bcdc5910d1386fc20768fe7063ce3e28e Reviewed-on: https://gerrit.libreoffice.org/54071 Reviewed-by: Rene Engelhard <rene@debian.org> Tested-by: Rene Engelhard <rene@debian.org>
Diffstat (limited to 'sw/source/filter/html')
-rw-r--r--sw/source/filter/html/htmlplug.cxx2
-rw-r--r--sw/source/filter/html/swhtml.cxx2
-rw-r--r--sw/source/filter/html/swhtml.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/filter/html/htmlplug.cxx b/sw/source/filter/html/htmlplug.cxx
index 570f9ac7a24a..19ef7252094a 100644
--- a/sw/source/filter/html/htmlplug.cxx
+++ b/sw/source/filter/html/htmlplug.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <config_features.h>
+#include <config_java.h>
#include <hintids.hxx>
#include <rtl/strbuf.hxx>
diff --git a/sw/source/filter/html/swhtml.cxx b/sw/source/filter/html/swhtml.cxx
index 0e7be1b9ed5f..dbf0da0a0d5e 100644
--- a/sw/source/filter/html/swhtml.cxx
+++ b/sw/source/filter/html/swhtml.cxx
@@ -21,7 +21,7 @@
#include <algorithm>
#include <memory>
-#include <config_features.h>
+#include <config_java.h>
#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
#include <com/sun/star/document/XDocumentProperties.hpp>
diff --git a/sw/source/filter/html/swhtml.hxx b/sw/source/filter/html/swhtml.hxx
index d9aee0d02d1e..d649f4a123e2 100644
--- a/sw/source/filter/html/swhtml.hxx
+++ b/sw/source/filter/html/swhtml.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_SW_SOURCE_FILTER_HTML_SWHTML_HXX
#define INCLUDED_SW_SOURCE_FILTER_HTML_SWHTML_HXX
-#include <config_features.h>
+#include <config_java.h>
#include <sfx2/sfxhtml.hxx>
#include <svl/macitem.hxx>