diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-10-06 09:47:35 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-10-06 09:47:35 +0000 |
commit | 3870a1b6f62cffffd29413cc9a3c6c0e7b520a9f (patch) | |
tree | d14fb5576a56fd1a3c6d3b2ebdbb612ca7713f4f /sfx2/source/appl/newhelp.cxx | |
parent | 56434a05a9f9cb1fe678908d04f8d23619d29a6a (diff) |
INTEGRATION: CWS fwk46 (1.116.84); FILE MERGED
2006/09/05 06:27:36 pb 1.116.84.1: fix: #i68403# initialize SfxHelpIndexWindow_Impl::bWasCursorLeftOrRight
Diffstat (limited to 'sfx2/source/appl/newhelp.cxx')
-rw-r--r-- | sfx2/source/appl/newhelp.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sfx2/source/appl/newhelp.cxx b/sfx2/source/appl/newhelp.cxx index 63398d7b62af..929b22ac4351 100644 --- a/sfx2/source/appl/newhelp.cxx +++ b/sfx2/source/appl/newhelp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: newhelp.cxx,v $ * - * $Revision: 1.117 $ + * $Revision: 1.118 $ * - * last change: $Author: obo $ $Date: 2006-09-17 16:19:54 $ + * last change: $Author: kz $ $Date: 2006-10-06 10:47:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1692,7 +1692,8 @@ SfxHelpIndexWindow_Impl::SfxHelpIndexWindow_Impl( SfxHelpWindow_Impl* _pParent ) pSPage ( NULL ), pBPage ( NULL ), - bIsInitDone ( false ) + bWasCursorLeftOrRight( false ), + bIsInitDone ( false ) { FreeResource(); |