diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-03-25 14:24:03 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-03-25 14:24:03 +0000 |
commit | ef5aa09d61e615121f430fda380f6c37495252ae (patch) | |
tree | 6573b77cb24bd82919737030f0ce3f883883e1bd /xmlhelp | |
parent | bd2a8f307cf3eab67b7161f2a51308f2f149eceb (diff) |
INTEGRATION: CWS ucbfixes06 (1.6.36); FILE MERGED
2008/01/21 15:30:22 kso 1.6.36.1: #i85425# - cleanup of CVS module.
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/services.cxx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/services.cxx b/xmlhelp/source/cxxhelp/provider/services.cxx index b209f613d344..1972e8d49492 100644 --- a/xmlhelp/source/cxxhelp/provider/services.cxx +++ b/xmlhelp/source/cxxhelp/provider/services.cxx @@ -4,9 +4,9 @@ * * $RCSfile: services.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: ihi $ $Date: 2007-06-05 18:29:18 $ + * last change: $Author: obo $ $Date: 2008-03-25 15:24:03 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -45,9 +45,8 @@ #ifndef _COM_SUN_STAR_REGISTRY_XREGISTRYKEY_HPP_ #include <com/sun/star/registry/XRegistryKey.hpp> #endif -#ifndef _PROVIDER_HXX -#include <provider/provider.hxx> -#endif + +#include "provider.hxx" using namespace com::sun::star; |