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/source/treeview | |
parent | 21123da759295d0b1ed0099f6ffa071417415480 (diff) |
xmlhelp: include <> for external includes
Change-Id: I274968e015f1d0c3d06aa5040f53b72d14c45b9f
Diffstat (limited to 'xmlhelp/source/treeview')
-rw-r--r-- | xmlhelp/source/treeview/tvread.cxx | 2 | ||||
-rw-r--r-- | xmlhelp/source/treeview/tvread.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
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 { |