diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-12-20 17:44:28 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-12-20 17:44:28 +0000 |
commit | 5a8287939d4851e7954d5fce2e5da03b977d9957 (patch) | |
tree | 5b4c3b056eea117e61275a7d8e086dae5f215924 /configmgr/source/inc | |
parent | 17f7eecca49c428e32e2f7ec7d57c0b535dc5b33 (diff) |
INTEGRATION: CWS configmgrassert (1.5.8); FILE MERGED
2006/12/13 17:19:53 mmeeks 1.5.8.1: #i71663#
fix annoying, but inconsequential warnings
Diffstat (limited to 'configmgr/source/inc')
-rw-r--r-- | configmgr/source/inc/node.hxx | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/configmgr/source/inc/node.hxx b/configmgr/source/inc/node.hxx index e9d5b2c98151..c613a0c2102d 100644 --- a/configmgr/source/inc/node.hxx +++ b/configmgr/source/inc/node.hxx @@ -4,9 +4,9 @@ * * $RCSfile: node.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: kz $ $Date: 2006-11-06 14:48:08 $ + * last change: $Author: ihi $ $Date: 2006-12-20 18:44:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -122,6 +122,13 @@ namespace configmgr Address _aTemplateData); static void releaseTemplateData(memory::Allocator const & _anAllocator, Address _aTemplateData); + + static + rtl::OUString getTemplateDataName(memory::Accessor const & _anAccessor, + Address _aTemplateData); + static + rtl::OUString getTemplateDataModule(memory::Accessor const & _anAccessor, + Address _aTemplateData); }; //----------------------------------------------------------------------------- struct ValueNode |