diff options
author | Jörg Barfurth <jb@openoffice.org> | 2001-09-28 08:18:39 +0000 |
---|---|---|
committer | Jörg Barfurth <jb@openoffice.org> | 2001-09-28 08:18:39 +0000 |
commit | a942240366a245bcd1388b62fd3c3040d0cc37c0 (patch) | |
tree | 13482778c8125984ed28ac6b7d6f676629c14eaa /configmgr/source | |
parent | 2e0b4d46d0988ac17bf9aab26eadf08dbe245776 (diff) |
#90938# Setting forceWritable option moved to base class. Now also applies to local AdministrationProvider
Diffstat (limited to 'configmgr/source')
-rw-r--r-- | configmgr/source/api2/providerimpl.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/configmgr/source/api2/providerimpl.cxx b/configmgr/source/api2/providerimpl.cxx index 08c4b7da0d55..df18d0199ce1 100644 --- a/configmgr/source/api2/providerimpl.cxx +++ b/configmgr/source/api2/providerimpl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: providerimpl.cxx,v $ * - * $Revision: 1.40 $ + * $Revision: 1.41 $ * - * last change: $Author: dg $ $Date: 2001-09-26 15:36:55 $ + * last change: $Author: jb $ $Date: 2001-09-28 09:18:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -204,6 +204,9 @@ namespace configmgr { bool bIntrinsicNeedProfile = true; + if (_rSettings.isAdminSession()) + m_xDefaultOptions->setForceWritable(true); + // if we have a user name, we have to add and remember it for the session if (_rSettings.hasUser()) { |