summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-15 16:23:17 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-15 16:23:17 +0000
commit978d6ad074d5775509574d8d152503947cc04029 (patch)
tree63a04687601671823bc44c7cdcf950c6df49ae5b
parent34473310e7d742a2c5a176491c1e06ce581b1a18 (diff)
INTEGRATION: CWS cd01 (1.21.86); FILE MERGED
2004/11/02 13:19:21 as 1.21.86.1: #i35118# hold some config items alive till config dies
-rw-r--r--svtools/source/config/securityoptions.cxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/svtools/source/config/securityoptions.cxx b/svtools/source/config/securityoptions.cxx
index c3a76cc0c051..d704bbedc01e 100644
--- a/svtools/source/config/securityoptions.cxx
+++ b/svtools/source/config/securityoptions.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: securityoptions.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: kz $ $Date: 2004-08-31 12:26:52 $
+ * last change: $Author: obo $ $Date: 2004-11-15 17:23:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -100,6 +100,9 @@
#include <pathoptions.hxx>
+#include <rtl/logfile.hxx>
+#include "itemholder1.hxx"
+
//_________________________________________________________________________________________________________________
// namespaces
//_________________________________________________________________________________________________________________
@@ -1050,7 +1053,11 @@ SvtSecurityOptions::SvtSecurityOptions()
// ... and initialize ouer data container only if it not already exist!
if( m_pDataContainer == NULL )
{
+ RTL_LOGFILE_CONTEXT(aLog, "svtools (???) ::SvtSecurityOptions_Impl::ctor()");
m_pDataContainer = new SvtSecurityOptions_Impl;
+
+ ItemHolder1* pHolder = ItemHolder1::getGlobalItemHolder();
+ pHolder->holdConfigItem(E_SECURITYOPTIONS);
}
}