diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-03-25 14:20:46 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-03-25 14:20:46 +0000 |
commit | 83477b9a0f813a2754d57317c75d7c0a10293e1d (patch) | |
tree | e73e1bb53fd37182545f0110bb60c0a7a1b7b075 /xmlhelp | |
parent | 8f37d7786500fb46150cb186feb0454e9903006d (diff) |
INTEGRATION: CWS ucbfixes06 (1.10.36); FILE MERGED
2008/01/21 15:30:21 kso 1.10.36.1: #i85425# - cleanup of CVS module.
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/contentcaps.cxx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/contentcaps.cxx b/xmlhelp/source/cxxhelp/provider/contentcaps.cxx index d4a5ab25a7d0..3768e1e0b135 100644 --- a/xmlhelp/source/cxxhelp/provider/contentcaps.cxx +++ b/xmlhelp/source/cxxhelp/provider/contentcaps.cxx @@ -4,9 +4,9 @@ * * $RCSfile: contentcaps.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: ihi $ $Date: 2007-06-05 18:28:38 $ + * last change: $Author: obo $ $Date: 2008-03-25 15:20:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -54,9 +54,8 @@ #ifndef _COM_SUN_STAR_UNO_SEQUENCE_HXX_ #include <com/sun/star/uno/Sequence.hxx> #endif -#ifndef _CONTENT_HXX -#include <provider/content.hxx> -#endif + +#include "content.hxx" using namespace com::sun; using namespace com::sun::star; |