summaryrefslogtreecommitdiff
path: root/sfx2/inc/sfxhelp.hxx
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2001-04-18 13:07:07 +0000
committerPeter Burow <pb@openoffice.org>2001-04-18 13:07:07 +0000
commit88ed8b81fa263e4fa308963f07f65ea48a3bc4e4 (patch)
tree0dc54ba5f5744a2313caef89201c4b317e2b7611 /sfx2/inc/sfxhelp.hxx
parentea572cfc0312e2172c2aba76a338c3155dadf40d (diff)
fix: #85816# GetHelpText() with Window*
Diffstat (limited to 'sfx2/inc/sfxhelp.hxx')
-rw-r--r--sfx2/inc/sfxhelp.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/inc/sfxhelp.hxx b/sfx2/inc/sfxhelp.hxx
index 609f9b5e9e6c..605dda1b7469 100644
--- a/sfx2/inc/sfxhelp.hxx
+++ b/sfx2/inc/sfxhelp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sfxhelp.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: as $ $Date: 2001-03-29 11:03:10 $
+ * last change: $Author: pb $ $Date: 2001-04-18 14:07:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,7 +91,7 @@ public:
void SetUser( const String& rUser )
{ aUser = rUser;}
- virtual XubString GetHelpText( ULONG nHelpId );
+ virtual XubString GetHelpText( ULONG nHelpId, const Window* pWindow );
};
#endif // _PRIVATE