summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/sfxhelp.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-01-05 12:01:47 +0000
committerOliver Bolte <obo@openoffice.org>2005-01-05 12:01:47 +0000
commit1e31e29b84759e8ae0cd243f14f06432720fd2e9 (patch)
treee4983f5ad8ec60eac7fc8662be00890e54803303 /sfx2/source/appl/sfxhelp.cxx
parent5742ae90fa41b63516cf1b18640e6013ccaa15ec (diff)
INTEGRATION: CWS dba20 (1.57.56); FILE MERGED
2004/11/30 15:35:11 oj 1.57.56.4: #i37389# compile error 2004/11/29 13:02:28 oj 1.57.56.3: RESYNC: (1.57-1.58); FILE MERGED 2004/11/23 11:28:33 pb 1.57.56.2: fix: #i37389# active task can be NULL 2004/11/22 14:04:50 pb 1.57.56.1: fix: #i37389# support for database application
Diffstat (limited to 'sfx2/source/appl/sfxhelp.cxx')
-rw-r--r--sfx2/source/appl/sfxhelp.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx
index 67e21382af..353128a136 100644
--- a/sfx2/source/appl/sfxhelp.cxx
+++ b/sfx2/source/appl/sfxhelp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sfxhelp.cxx,v $
*
- * $Revision: 1.59 $
+ * $Revision: 1.60 $
*
- * last change: $Author: kz $ $Date: 2004-12-16 12:37:28 $
+ * last change: $Author: obo $ $Date: 2005-01-05 13:01:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -879,6 +879,7 @@ XubString SfxHelp::GetHelpText( const String& aCommandURL, const Window* pWindow
{
String sModuleName = GetHelpModuleName_Impl();
String sHelpText = pImp->GetHelpText( aCommandURL, sModuleName );
+
// add some debug information?
if ( bIsDebug )
{