diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-11 22:31:56 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-11 22:37:29 -0600 |
commit | bd7f704ed4f5b916799cebb39721c3f46612c211 (patch) | |
tree | 5eb5a5ceb793efda408953bce27456108b5ff01c /xmlhelp | |
parent | 21123da759295d0b1ed0099f6ffa071417415480 (diff) |
xmlhelp: include <> for external includes
Change-Id: I274968e015f1d0c3d06aa5040f53b72d14c45b9f
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/databases.cxx | 4 | ||||
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/databases.hxx | 2 | ||||
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/db.cxx | 2 | ||||
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/db.hxx | 2 | ||||
-rw-r--r-- | xmlhelp/source/treeview/tvread.cxx | 2 | ||||
-rw-r--r-- | xmlhelp/source/treeview/tvread.hxx | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/databases.cxx b/xmlhelp/source/cxxhelp/provider/databases.cxx index 8d64dcfd337a..d85e674eb54c 100644 --- a/xmlhelp/source/cxxhelp/provider/databases.cxx +++ b/xmlhelp/source/cxxhelp/provider/databases.cxx @@ -35,8 +35,8 @@ #include <helpcompiler/HelpIndexer.hxx> // Extensible help -#include "com/sun/star/deployment/ExtensionManager.hpp" -#include "com/sun/star/deployment/thePackageManagerFactory.hpp" +#include <com/sun/star/deployment/ExtensionManager.hpp> +#include <com/sun/star/deployment/thePackageManagerFactory.hpp> #include <comphelper/processfactory.hxx> #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/ucb/XCommandEnvironment.hpp> diff --git a/xmlhelp/source/cxxhelp/provider/databases.hxx b/xmlhelp/source/cxxhelp/provider/databases.hxx index 56423cfae98b..abd924b39843 100644 --- a/xmlhelp/source/cxxhelp/provider/databases.hxx +++ b/xmlhelp/source/cxxhelp/provider/databases.hxx @@ -40,7 +40,7 @@ #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/i18n/XCollator.hpp> #include <com/sun/star/deployment/XPackage.hpp> -#include "com/sun/star/ucb/XSimpleFileAccess3.hpp" +#include <com/sun/star/ucb/XSimpleFileAccess3.hpp> // Forward declaration diff --git a/xmlhelp/source/cxxhelp/provider/db.cxx b/xmlhelp/source/cxxhelp/provider/db.cxx index d97077e89ca7..c8cbbe755d02 100644 --- a/xmlhelp/source/cxxhelp/provider/db.cxx +++ b/xmlhelp/source/cxxhelp/provider/db.cxx @@ -23,7 +23,7 @@ #include <rtl/alloc.h> #include <cstring> -#include "com/sun/star/io/XSeekable.hpp" +#include <com/sun/star/io/XSeekable.hpp> using namespace com::sun::star::uno; using namespace com::sun::star::io; diff --git a/xmlhelp/source/cxxhelp/provider/db.hxx b/xmlhelp/source/cxxhelp/provider/db.hxx index f825b6d90b4c..2a3a582fffee 100644 --- a/xmlhelp/source/cxxhelp/provider/db.hxx +++ b/xmlhelp/source/cxxhelp/provider/db.hxx @@ -19,7 +19,7 @@ #ifndef HELPDATAFILEPROXY_DB_HXX_ #define HELPDATAFILEPROXY_DB_HXX_ -#include "com/sun/star/ucb/XSimpleFileAccess3.hpp" +#include <com/sun/star/ucb/XSimpleFileAccess3.hpp> #include <config_global.h> #if !HAVE_CXX11 diff --git a/xmlhelp/source/treeview/tvread.cxx b/xmlhelp/source/treeview/tvread.cxx index 76ef240bcc50..1ae39bbe1e92 100644 --- a/xmlhelp/source/treeview/tvread.cxx +++ b/xmlhelp/source/treeview/tvread.cxx @@ -30,7 +30,7 @@ #include <com/sun/star/beans/PropertyValue.hpp> #include <comphelper/processfactory.hxx> -#include "com/sun/star/deployment/thePackageManagerFactory.hpp" +#include <com/sun/star/deployment/thePackageManagerFactory.hpp> #include <com/sun/star/util/theMacroExpander.hpp> #include <com/sun/star/uri/UriReferenceFactory.hpp> #include <com/sun/star/uri/XVndSunStarExpandUrl.hpp> diff --git a/xmlhelp/source/treeview/tvread.hxx b/xmlhelp/source/treeview/tvread.hxx index 5f48f25bfeed..e47038c89f18 100644 --- a/xmlhelp/source/treeview/tvread.hxx +++ b/xmlhelp/source/treeview/tvread.hxx @@ -34,7 +34,7 @@ #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/deployment/XPackage.hpp> -#include "com/sun/star/ucb/XSimpleFileAccess3.hpp" +#include <com/sun/star/ucb/XSimpleFileAccess3.hpp> namespace treeview { |