summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorJörg Barfurth <jb@openoffice.org>2001-09-25 15:34:29 +0000
committerJörg Barfurth <jb@openoffice.org>2001-09-25 15:34:29 +0000
commit336eb22e3127acf4088cbf2d44a86ac8db579c1b (patch)
treefed9346e900303cbb53be85001a786e32a37a45a /configmgr
parent3d32d9d0d9e28b330644e814fe0089736a5b32ca (diff)
#92142# Fix: forceWritableToFinalized now working correctly
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/tree/cmtree.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/tree/cmtree.cxx b/configmgr/source/tree/cmtree.cxx
index 1f83e93f6f4e..e93355abe106 100644
--- a/configmgr/source/tree/cmtree.cxx
+++ b/configmgr/source/tree/cmtree.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cmtree.cxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: jb $ $Date: 2001-09-25 16:05:21 $
+ * last change: $Author: jb $ $Date: 2001-09-25 16:34:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -153,7 +153,7 @@ namespace configmgr
if (!m_aAttributes.bWritable)
{
m_aAttributes.bFinalized = true;
- m_aAttributes.bWritable = false;
+ m_aAttributes.bWritable = true;
}
}