[Libreoffice-commits] core.git: include/svtools

Stephan Bergmann sbergman at redhat.com
Mon Oct 16 15:29:51 UTC 2017


 include/svtools/htmlout.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 55f82c31960c820fb7fe615dd94b61210103e997
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Oct 16 17:28:42 2017 +0200

    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

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;


More information about the Libreoffice-commits mailing list