diff options
author | Peter Burow <pb@openoffice.org> | 2001-11-06 11:07:07 +0000 |
---|---|---|
committer | Peter Burow <pb@openoffice.org> | 2001-11-06 11:07:07 +0000 |
commit | e01b4b6f2f063adddf3306a4d2e9146c20b41be5 (patch) | |
tree | cf52e07f8d850a886a63b4071bbe80e1fc896a6a /sfx2 | |
parent | fd499901d3b87995743308aeec6fcb34ce330b3f (diff) |
fix: #93688# obsolete assertion removed
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/sfxhelp.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx index 2b35d6825b3b..c0b376b8b5d3 100644 --- a/sfx2/source/appl/sfxhelp.cxx +++ b/sfx2/source/appl/sfxhelp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: sfxhelp.cxx,v $ * - * $Revision: 1.49 $ + * $Revision: 1.50 $ * - * last change: $Author: pb $ $Date: 2001-10-24 11:49:51 $ + * last change: $Author: pb $ $Date: 2001-11-06 12:07:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -465,8 +465,6 @@ String SfxHelp::GetHelpModuleName_Impl( ULONG nHelpId ) bHasModule = pImp->HasModule( aModuleName ); pParentViewFrame = pParentViewFrame->GetParentViewFrame_Impl(); } - - DBG_ASSERT( bHasModule, "no installed help module found" ); } } |