From 68d61a93819fd502630083a7080f099c4c218092 Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Thu, 5 Oct 2017 22:53:50 +0300 Subject: ww8: always use "" for includes in current source's directory For rationale, see commit 633f405701fc5cadfa73e950f7a8c122ad01c149 Change-Id: I2e251ad9ba61cd292bcbd57917e717e4ce14ae63 Reviewed-on: https://gerrit.libreoffice.org/43179 Reviewed-by: Mike Kaganski Tested-by: Mike Kaganski --- sw/source/filter/ww8/wrtw8num.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/filter/ww8/wrtw8num.cxx') diff --git a/sw/source/filter/ww8/wrtw8num.cxx b/sw/source/filter/ww8/wrtw8num.cxx index 43cdb2008d75..035b839166f9 100644 --- a/sw/source/filter/ww8/wrtw8num.cxx +++ b/sw/source/filter/ww8/wrtw8num.cxx @@ -31,7 +31,7 @@ #include #include -#include +#include "sprmids.hxx" #include "ww8attributeoutput.hxx" #include "writerhelper.hxx" -- cgit