From bd7f704ed4f5b916799cebb39721c3f46612c211 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Mon, 11 Nov 2013 22:31:56 -0600 Subject: xmlhelp: include <> for external includes Change-Id: I274968e015f1d0c3d06aa5040f53b72d14c45b9f --- xmlhelp/source/cxxhelp/provider/databases.cxx | 4 ++-- xmlhelp/source/cxxhelp/provider/databases.hxx | 2 +- xmlhelp/source/cxxhelp/provider/db.cxx | 2 +- xmlhelp/source/cxxhelp/provider/db.hxx | 2 +- xmlhelp/source/treeview/tvread.cxx | 2 +- xmlhelp/source/treeview/tvread.hxx | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) (limited to 'xmlhelp/source') 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 // Extensible help -#include "com/sun/star/deployment/ExtensionManager.hpp" -#include "com/sun/star/deployment/thePackageManagerFactory.hpp" +#include +#include #include #include #include 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 #include #include -#include "com/sun/star/ucb/XSimpleFileAccess3.hpp" +#include // 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 #include -#include "com/sun/star/io/XSeekable.hpp" +#include 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 #include #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 #include -#include "com/sun/star/deployment/thePackageManagerFactory.hpp" +#include #include #include #include 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 #include #include -#include "com/sun/star/ucb/XSimpleFileAccess3.hpp" +#include namespace treeview { -- cgit