diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-11-15 07:38:30 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-11-15 07:38:30 +0000 |
commit | 516cec33d4548b60c6f8172a71c39173832749e2 (patch) | |
tree | 9d07a7d4a01456d6b8afd651f94b0910a461fed9 /svx | |
parent | 4e781864a4bd5709c42de96b0bba3742139fb72d (diff) |
94595# change default value for openindesignmode
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/form/fmmodel.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/form/fmmodel.cxx b/svx/source/form/fmmodel.cxx index eed2f5bab829..4f0ef191030d 100644 --- a/svx/source/form/fmmodel.cxx +++ b/svx/source/form/fmmodel.cxx @@ -2,9 +2,9 @@ * * $RCSfile: fmmodel.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: fs $ $Date: 2000-10-20 16:27:18 $ + * last change: $Author: oj $ $Date: 2001-11-15 08:38:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -109,7 +109,7 @@ FmFormModel::FmFormModel(SfxItemPool* pPool, SvPersist* pPers) ,pObjShell(0) ,bStreamingOldVersion(sal_False) ,m_pImpl(NULL) - ,m_bOpenInDesignMode(sal_True) + ,m_bOpenInDesignMode(sal_False) ,m_bAutoControlFocus(sal_False) { #ifndef SVX_LIGHT @@ -130,7 +130,7 @@ FmFormModel::FmFormModel(const XubString& rPath, SfxItemPool* pPool, SvPersist* ,pObjShell(0) ,bStreamingOldVersion(sal_False) ,m_pImpl(NULL) - ,m_bOpenInDesignMode(sal_True) + ,m_bOpenInDesignMode(sal_False) ,m_bAutoControlFocus(sal_False) { #ifndef SVX_LIGHT @@ -172,7 +172,7 @@ FmFormModel::FmFormModel(const XubString& rPath, SfxItemPool* pPool, SvPersist* :SdrModel(rPath, pPool, pPers, bUseExtColorTable, LOADREFCOUNTS) ,pObjShell(0) ,bStreamingOldVersion(sal_False) - ,m_bOpenInDesignMode(sal_True) + ,m_bOpenInDesignMode(sal_False) ,m_bAutoControlFocus(sal_False) { #ifndef SVX_LIGHT |