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