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

New commits:
commit 2d06146bcb2ae172feaf50e6d0c1f551607a4df9
Author: Stephan Bergmann <sberg...@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 <c...@libreoffice.org>
    Reviewed-by: Stephan Bergmann <sberg...@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 {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to