diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:28:01 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:47 +0200 |
commit | e279245767050c8ca9743b33ab395cb67dd9a63c (patch) | |
tree | 3c638fc75b13f378018e7e78c07798fc7fb50431 | |
parent | c78154f1fb1e9c1b38912783d9e82fa00b4f02ff (diff) |
loplugin:includeform: writerfilter
Change-Id: Ic42219a7d733897ba47b26ffa0659c524798878e
-rw-r--r-- | writerfilter/source/rtftok/rtfdispatchvalue.cxx | 6 | ||||
-rw-r--r-- | writerfilter/source/rtftok/rtfdocumentimpl.hxx | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/writerfilter/source/rtftok/rtfdispatchvalue.cxx b/writerfilter/source/rtftok/rtfdispatchvalue.cxx index 030b693fd225..4ad0f3226e4c 100644 --- a/writerfilter/source/rtftok/rtfdispatchvalue.cxx +++ b/writerfilter/source/rtftok/rtfdispatchvalue.cxx @@ -25,9 +25,9 @@ #include "rtfreferenceproperties.hxx" #include "rtfskipdestination.hxx" -#include "officecfg/Setup.hxx" -#include "officecfg/Office/Linguistic.hxx" -#include "unotools/wincodepage.hxx" +#include <officecfg/Setup.hxx> +#include <officecfg/Office/Linguistic.hxx> +#include <unotools/wincodepage.hxx> using namespace com::sun::star; diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.hxx b/writerfilter/source/rtftok/rtfdocumentimpl.hxx index b56227c29a25..4e47c54fdc61 100644 --- a/writerfilter/source/rtftok/rtfdocumentimpl.hxx +++ b/writerfilter/source/rtftok/rtfdocumentimpl.hxx @@ -24,7 +24,7 @@ #include <oox/mathml/importutils.hxx> #include <rtl/strbuf.hxx> -#include "rtftok/RTFDocument.hxx" +#include <rtftok/RTFDocument.hxx> #include "rtfreferencetable.hxx" #include "rtfsprm.hxx" #include "rtflistener.hxx" |