diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:27:45 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:46 +0200 |
commit | 87c671d188f4a0f5dcc7944b450cc58e84217d81 (patch) | |
tree | 959f4802c58bfe6008bf11aa2ea9df05897b6813 | |
parent | 3ff3a053712665402a05e1e2471807d65879b8d0 (diff) |
loplugin:includeform: xmlhelp
Change-Id: I0ae8533889742d314938b497d566a4bde722057a
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/services.cxx | 2 | ||||
-rw-r--r-- | xmlhelp/source/treeview/tvfactory.cxx | 4 | ||||
-rw-r--r-- | xmlhelp/source/treeview/tvread.cxx | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/services.cxx b/xmlhelp/source/cxxhelp/provider/services.cxx index 3f7e0e6b9224..f84f7c1b11d0 100644 --- a/xmlhelp/source/cxxhelp/provider/services.cxx +++ b/xmlhelp/source/cxxhelp/provider/services.cxx @@ -22,7 +22,7 @@ #include <com/sun/star/registry/XRegistryKey.hpp> #include "provider.hxx" -#include "tvfactory.hxx" +#include <tvfactory.hxx> using namespace com::sun::star; diff --git a/xmlhelp/source/treeview/tvfactory.cxx b/xmlhelp/source/treeview/tvfactory.cxx index bd685d19dab2..65b934273e48 100644 --- a/xmlhelp/source/treeview/tvfactory.cxx +++ b/xmlhelp/source/treeview/tvfactory.cxx @@ -23,8 +23,8 @@ #include <comphelper/processfactory.hxx> #include <comphelper/propertysequence.hxx> #include <cppuhelper/supportsservice.hxx> -#include "tvfactory.hxx" -#include "tvread.hxx" +#include <tvfactory.hxx> +#include <tvread.hxx> using namespace treeview; using namespace com::sun::star; diff --git a/xmlhelp/source/treeview/tvread.cxx b/xmlhelp/source/treeview/tvread.cxx index d3e885680c17..af03833bc58e 100644 --- a/xmlhelp/source/treeview/tvread.cxx +++ b/xmlhelp/source/treeview/tvread.cxx @@ -21,7 +21,7 @@ #include <rtl/character.hxx> #include <rtl/ustrbuf.hxx> #include <osl/diagnose.h> -#include "tvread.hxx" +#include <tvread.hxx> #include <expat.h> #include <osl/file.hxx> #include <unotools/configmgr.hxx> |