diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-17 12:17:47 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-17 12:17:47 +0000 |
commit | 2995da4a5b9f623744afc01a04eac318adcdb03d (patch) | |
tree | 3ee0ba7b8e78e0df62ba710bc458a2255a566841 /configmgr | |
parent | 594e3532de8194bc3a021aeb9f49214571c57381 (diff) |
INTEGRATION: CWS configapi01 (1.2.10); FILE MERGED
2003/04/10 15:47:10 jb 1.2.10.1: #1077715# Move configuration backend API out of drafts; adjust to API changes
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/backend/mergedcomponentdata.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configmgr/source/backend/mergedcomponentdata.hxx b/configmgr/source/backend/mergedcomponentdata.hxx index 13f128000e70..3e69986604dd 100644 --- a/configmgr/source/backend/mergedcomponentdata.hxx +++ b/configmgr/source/backend/mergedcomponentdata.hxx @@ -2,9 +2,9 @@ * * $RCSfile: mergedcomponentdata.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2003-03-19 16:18:48 $ + * last change: $Author: rt $ $Date: 2003-04-17 13:17:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,7 +68,7 @@ #include "valuenode.hxx" #endif -#include <drafts/com/sun/star/configuration/backend/TemplateIdentifier.hpp> +#include <com/sun/star/configuration/backend/TemplateIdentifier.hpp> #ifndef INCLUDED_MEMORY #include <memory> @@ -83,7 +83,7 @@ namespace configmgr namespace backend { // ----------------------------------------------------------------------------- - namespace backenduno = ::drafts::com::sun::star::configuration::backend; + namespace backenduno = ::com::sun::star::configuration::backend; using backenduno::TemplateIdentifier; |