summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/sfxhelp.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 21:12:33 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 21:12:33 +0000
commitc0847aac98d4b326121ef1a505fe278fb6f593b9 (patch)
treeea6e5ea55173717d77edcb6e7b58855d65457f4c /sfx2/source/appl/sfxhelp.cxx
parent2ddc0c3543f9b14ffc80e9af8280c2b53ee84907 (diff)
INTEGRATION: CWS warnings01 (1.66.66); FILE MERGED
2006/04/07 19:26:24 sb 1.66.66.3: RESYNC: (1.67-1.68); FILE MERGED 2006/01/25 20:02:54 sb 1.66.66.2: RESYNC: (1.66-1.67); FILE MERGED 2005/11/28 16:13:29 cd 1.66.66.1: #i55991# Remove warnings
Diffstat (limited to 'sfx2/source/appl/sfxhelp.cxx')
-rw-r--r--sfx2/source/appl/sfxhelp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx
index e204cf9f3c..00554e63dd 100644
--- a/sfx2/source/appl/sfxhelp.cxx
+++ b/sfx2/source/appl/sfxhelp.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sfxhelp.cxx,v $
*
- * $Revision: 1.68 $
+ * $Revision: 1.69 $
*
- * last change: $Author: rt $ $Date: 2006-02-07 10:29:33 $
+ * last change: $Author: hr $ $Date: 2006-06-19 22:12:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -903,7 +903,7 @@ XubString SfxHelp::GetHelpText( ULONG nHelpId, const Window* pWindow )
return aHelpText;
}
-XubString SfxHelp::GetHelpText( const String& aCommandURL, const Window* pWindow )
+XubString SfxHelp::GetHelpText( const String& aCommandURL, const Window* )
{
String sModuleName = GetHelpModuleName_Impl();
String sHelpText = pImp->GetHelpText( aCommandURL, sModuleName );