summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/rtfexportfilter.cxx
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2017-10-05 22:53:50 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2017-10-05 22:02:10 +0200
commit68d61a93819fd502630083a7080f099c4c218092 (patch)
tree88857485e5dd05c4ee331ede5b1cb475b064311a /sw/source/filter/ww8/rtfexportfilter.cxx
parentca95e886b42157d1d6394ed0b4c910978f5c2fda (diff)
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 <mike.kaganski@collabora.com> Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sw/source/filter/ww8/rtfexportfilter.cxx')
-rw-r--r--sw/source/filter/ww8/rtfexportfilter.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/rtfexportfilter.cxx b/sw/source/filter/ww8/rtfexportfilter.cxx
index 226fc3667074..3c0ecbe360de 100644
--- a/sw/source/filter/ww8/rtfexportfilter.cxx
+++ b/sw/source/filter/ww8/rtfexportfilter.cxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <rtfexportfilter.hxx>
-#include <rtfexport.hxx>
+#include "rtfexportfilter.hxx"
+#include "rtfexport.hxx"
#include <docsh.hxx>
#include <IDocumentLayoutAccess.hxx>