summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/newhelp.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-11-09 14:12:49 +0000
committerRüdiger Timm <rt@openoffice.org>2004-11-09 14:12:49 +0000
commitccc4036b3df5de9c449090554287ae61e2eaba83 (patch)
tree5cb781038d156b3e910d85b0cfd91a1515fb2bdb /sfx2/source/appl/newhelp.cxx
parent39a3b48068b157cee7a76dbb9aa091cdc4dce0fb (diff)
INTEGRATION: CWS fwkpp2fix01 (1.97.56); FILE MERGED
2004/10/28 08:27:15 cd 1.97.56.1: #i36114# Listbox must be filled on OpenHelpURL
Diffstat (limited to 'sfx2/source/appl/newhelp.cxx')
-rw-r--r--sfx2/source/appl/newhelp.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sfx2/source/appl/newhelp.cxx b/sfx2/source/appl/newhelp.cxx
index 042d7cbf6a85..d8016afb0a0f 100644
--- a/sfx2/source/appl/newhelp.cxx
+++ b/sfx2/source/appl/newhelp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: newhelp.cxx,v $
*
- * $Revision: 1.97 $
+ * $Revision: 1.98 $
*
- * last change: $Author: rt $ $Date: 2004-09-08 15:34:20 $
+ * last change: $Author: rt $ $Date: 2004-11-09 15:12:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1754,6 +1754,11 @@ void SfxHelpIndexWindow_Impl::Initialize()
void SfxHelpIndexWindow_Impl::SetActiveFactory()
{
DBG_ASSERT( pIPage, "index page not initialized" );
+ if ( !aActiveLB.GetEntryCount() )
+ {
+ aTimer.Stop();
+ Initialize();
+ }
for ( USHORT i = 0; i < aActiveLB.GetEntryCount(); ++i )
{