diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-06 13:36:34 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-06 13:36:34 +0000 |
commit | f5bb89fa1015e309d6df9f823c2326598f5d0456 (patch) | |
tree | dcaa9a60be4e1ba1d80af13117277346a0a1bbe5 /sfx2/source | |
parent | ac35fd450dbd07c371639c96b69d4251a34e7b55 (diff) |
INTEGRATION: CWS warningfixes01 (1.9.4); FILE MERGED
2006/06/27 08:52:59 cd 1.9.4.1: #137321# Reset focus handler to prevent calls while in dtor
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/dialog/mgetempl.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sfx2/source/dialog/mgetempl.cxx b/sfx2/source/dialog/mgetempl.cxx index d96dff69405f..d6777008014b 100644 --- a/sfx2/source/dialog/mgetempl.cxx +++ b/sfx2/source/dialog/mgetempl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: mgetempl.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2006-06-19 22:23:08 $ + * last change: $Author: kz $ $Date: 2006-07-06 14:36:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -296,6 +296,8 @@ SfxManageStyleSheetPage::~SfxManageStyleSheetPage() */ { + aNameEd.SetGetFocusHdl( Link() ); + aNameEd.SetLoseFocusHdl( Link() ); delete pFamilies; pItem = 0; pStyle = 0; |