summaryrefslogtreecommitdiff
path: root/configmgr/source
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-04-17 12:34:54 +0000
committerRüdiger Timm <rt@openoffice.org>2003-04-17 12:34:54 +0000
commitc597cb751886ed34fce10ac1919e974db3061da7 (patch)
tree8a4b0b592da54c59312b989f842a348f2d2410eb /configmgr/source
parenta0b378c4d53c59746c66ec73290da712698767e0 (diff)
INTEGRATION: CWS configapi01 (1.2.34); FILE MERGED
2003/04/10 15:47:29 jb 1.2.34.1: #1077715# Move configuration backend API out of drafts; adjust to API changes
Diffstat (limited to 'configmgr/source')
-rw-r--r--configmgr/source/xml/layerparser.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/configmgr/source/xml/layerparser.hxx b/configmgr/source/xml/layerparser.hxx
index 4c4ef50148c3..de1eb8cb6d39 100644
--- a/configmgr/source/xml/layerparser.hxx
+++ b/configmgr/source/xml/layerparser.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: layerparser.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: cyrillem $ $Date: 2002-07-19 18:21:07 $
+ * last change: $Author: rt $ $Date: 2003-04-17 13:34:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,7 +66,7 @@
#include "basicparser.hxx"
#endif
-#include <drafts/com/sun/star/configuration/backend/XLayerHandler.hpp>
+#include <com/sun/star/configuration/backend/XLayerHandler.hpp>
namespace configmgr
{
@@ -78,7 +78,7 @@ namespace configmgr
namespace lang = ::com::sun::star::lang;
namespace sax = ::com::sun::star::xml::sax;
- namespace backenduno = ::drafts::com::sun::star::configuration::backend;
+ namespace backenduno = ::com::sun::star::configuration::backend;
// -----------------------------------------------------------------------------