[Libreoffice-commits] core.git: sd/source

Stephan Bergmann sbergman at redhat.com
Thu Oct 19 21:08:06 UTC 2017


 sd/source/ui/inc/tools/IconCache.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2d06146bcb2ae172feaf50e6d0c1f551607a4df9
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Oct 19 15:51:26 2017 +0200

    Make include file found through -Isd/source/ui/inc
    
    ...instead of implicitly next to the including file, in preparation of
    loplugin:includeform
    
    Change-Id: I954b6f7132db103c6b89a4ca1577b16f94e800c2
    Reviewed-on: https://gerrit.libreoffice.org/43561
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/sd/source/ui/inc/tools/IconCache.hxx b/sd/source/ui/inc/tools/IconCache.hxx
index 3d08778b9fb8..27192040dcd8 100644
--- a/sd/source/ui/inc/tools/IconCache.hxx
+++ b/sd/source/ui/inc/tools/IconCache.hxx
@@ -21,7 +21,7 @@
 #define INCLUDED_SD_SOURCE_UI_INC_TOOLS_ICONCACHE_HXX
 
 #include <memory>
-#include "SdGlobalResourceContainer.hxx"
+#include "tools/SdGlobalResourceContainer.hxx"
 #include <vcl/image.hxx>
 
 namespace sd {


More information about the Libreoffice-commits mailing list