diff options
author | Peter Burow <pb@openoffice.org> | 2001-08-10 07:52:07 +0000 |
---|---|---|
committer | Peter Burow <pb@openoffice.org> | 2001-08-10 07:52:07 +0000 |
commit | 1568e90d1d9b17cfba3a9b86106bb3e915ee37d3 (patch) | |
tree | 6284c42f54119a8d4d62c3b0ec5d9a682b0a73aa /sfx2/source/inc | |
parent | 49ceb0071b23b45a395a83afaf8b983559500170 (diff) |
fix: #89507# #88139# GetActiveHelpString() added
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r-- | sfx2/source/inc/helper.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/inc/helper.hxx b/sfx2/source/inc/helper.hxx index 01e43bce68cd..b54d9b1f8b9a 100644 --- a/sfx2/source/inc/helper.hxx +++ b/sfx2/source/inc/helper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: helper.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: pb $ $Date: 2001-08-10 08:49:49 $ + * last change: $Author: pb $ $Date: 2001-08-10 08:51:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -96,6 +96,7 @@ public: GetResultSet( const String& rURL ); static ::com::sun::star::uno::Sequence< ::rtl::OUString > GetHelpTreeViewContents( const String& rURL ); + static String GetActiveHelpString( const String& rURL ); static sal_Bool CopyTo( const String& rSource, const String& rDest ); |