summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-16 12:58:07 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-16 12:58:07 +0000
commitce657a81ff884020a24ded29db78941fffd55e00 (patch)
tree00f66d0d7e3426e5d99e7236e86bfb5bafdb3843 /configmgr
parenta4a1e8ebb6cbaf8026a56579725f522123663e2c (diff)
INTEGRATION: CWS sb88 (1.40.10); FILE MERGED
2008/06/03 15:29:52 sb 1.40.10.1: #i89553 applied patch by cmc
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/tree/cmtree.cxx12
1 files changed, 1 insertions, 11 deletions
diff --git a/configmgr/source/tree/cmtree.cxx b/configmgr/source/tree/cmtree.cxx
index 3bc9f0804c..cc68ae6c9e 100644
--- a/configmgr/source/tree/cmtree.cxx
+++ b/configmgr/source/tree/cmtree.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: cmtree.cxx,v $
- * $Revision: 1.40 $
+ * $Revision: 1.41 $
*
* This file is part of OpenOffice.org.
*
@@ -146,7 +146,6 @@ namespace configmgr
// ---------------------------- Node implementation ----------------------------
- INode::INode(node::Attributes _aAttr):m_aAttributes(_aAttr){}
INode::INode(OUString const& aName, node::Attributes _aAttr)
:m_aName(aName)
,m_aAttributes(_aAttr){}
@@ -190,16 +189,7 @@ namespace configmgr
m_aAttributes.setRemovability(false,false);
}
- void INode::forceReadonlyToFinalized()
- {
- if (m_aAttributes.isReadonly())
- {
- m_aAttributes.setAccess(node::accessFinal);
- }
- }
-
// ------------------------- SearchNode implementation -------------------------
- SearchNode::SearchNode():INode(node::Attributes()){}
SearchNode::SearchNode(OUString const& aName)
:INode(aName, node::Attributes()){}