summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-16 17:28:42 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-16 17:28:42 +0200
commit55f82c31960c820fb7fe615dd94b61210103e997 (patch)
tree636528e7bcc9f5c323cf42ec2539f947b272a21f /include
parent05d9a0dcf5bebdf5e677e8a846f972f8c367bf83 (diff)
Make include/svtools include files found through global -Iinclude
...instead of implicitly next to the including file, in preparation of loplugin:includeform Change-Id: Idcd561febdd4d788d4b63cb78b3304d1f33aa1ea
Diffstat (limited to 'include')
-rw-r--r--include/svtools/htmlout.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/htmlout.hxx b/include/svtools/htmlout.hxx
index d58080e8e443..b720df2c1544 100644
--- a/include/svtools/htmlout.hxx
+++ b/include/svtools/htmlout.hxx
@@ -26,7 +26,7 @@
#include <rtl/string.hxx>
#include <svl/macitem.hxx>
-#include "HtmlWriter.hxx"
+#include "svtools/HtmlWriter.hxx"
class Color;
class ImageMap;