summaryrefslogtreecommitdiff
path: root/configmgr/source/inc/configset.hxx
diff options
context:
space:
mode:
authorDirk Grobler <dg@openoffice.org>2000-11-10 21:45:40 +0000
committerDirk Grobler <dg@openoffice.org>2000-11-10 21:45:40 +0000
commit33e8d8a7b9d2b6cd06dbed0ebb95babe3baac477 (patch)
tree911d84cb84b2482b13af7d9d7e41a7e0766218ab /configmgr/source/inc/configset.hxx
parent9bd8182bdb39d72955458217ccaeee614bbf799b (diff)
adjust due to adding new admin func
Diffstat (limited to 'configmgr/source/inc/configset.hxx')
-rw-r--r--configmgr/source/inc/configset.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/configmgr/source/inc/configset.hxx b/configmgr/source/inc/configset.hxx
index 1de6a81cc7b6..623506e22fc3 100644
--- a/configmgr/source/inc/configset.hxx
+++ b/configmgr/source/inc/configset.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: configset.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jb $ $Date: 2000-11-10 17:32:36 $
+ * last change: $Author: dg $ $Date: 2000-11-10 22:41:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -169,7 +169,7 @@ namespace configmgr
UnoType getElementType() const;
Name getTemplateName() const;
Name getTemplatePackage() const;
- AbsolutePath getTemplatePath() const;
+ RelativePath getTemplatePath() const;
static TemplateHolder extractElementInfo(Tree const& aTree, NodeRef const& aNode);
};
@@ -185,6 +185,7 @@ namespace configmgr
~SetElementFactory();
ElementTree instantiateTemplate(TemplateHolder const& aTemplate);
+ ElementTree instantiateOnDefault(std::auto_ptr<INode> aTree, TemplateHolder const& aDummyTemplate);
};
//-----------------------------------------------------------------------------