diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-11-11 07:55:42 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-11-11 07:55:42 +0000 |
commit | 5ff585db3d41a8128bbf31b40474572c74ed7ad3 (patch) | |
tree | 97b87dc44ae375e6fd7da5682e5f05ae6bb11516 | |
parent | 103c5bd1c85292c312c127d4a3cc17fb6c779393 (diff) |
INTEGRATION: CWS perform06 (1.6.60); FILE MERGED
2005/10/25 08:04:14 as 1.6.60.1: #i56589# hold config items alive till office die
-rw-r--r-- | svtools/source/config/workingsetoptions.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svtools/source/config/workingsetoptions.cxx b/svtools/source/config/workingsetoptions.cxx index 4be1a90865ad..b921d4a73989 100644 --- a/svtools/source/config/workingsetoptions.cxx +++ b/svtools/source/config/workingsetoptions.cxx @@ -4,9 +4,9 @@ * * $RCSfile: workingsetoptions.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-08 14:48:53 $ + * last change: $Author: rt $ $Date: 2005-11-11 08:55:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -62,6 +62,8 @@ #include <com/sun/star/uno/Sequence.hxx> #endif +#include <itemholder1.hxx> + //_________________________________________________________________________________________________________________ // namespaces //_________________________________________________________________________________________________________________ @@ -346,6 +348,7 @@ SvtWorkingSetOptions::SvtWorkingSetOptions() if( m_pDataContainer == NULL ) { m_pDataContainer = new SvtWorkingSetOptions_Impl; + ItemHolder1::holdConfigItem(E_WORKINGSETOPTIONS); } } |