diff options
author | Frank Schönheit <fs@openoffice.org> | 2002-10-17 14:06:38 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2002-10-17 14:06:38 +0000 |
commit | d75edb753353464c7f2d94367ab4b428095e7d5f (patch) | |
tree | 841811c1ea2d8f9da973b19bb5edf87bd4f09849 /svtools | |
parent | df990f7b4c3434175ef99a30ec7f392579089179 (diff) |
#104311# +GetHelpId
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/fileview.hxx | 5 | ||||
-rw-r--r-- | svtools/source/contnr/fileview.cxx | 11 |
2 files changed, 12 insertions, 4 deletions
diff --git a/svtools/inc/fileview.hxx b/svtools/inc/fileview.hxx index 0591015ef228..17c0abff89ac 100644 --- a/svtools/inc/fileview.hxx +++ b/svtools/inc/fileview.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fileview.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: pb $ $Date: 2002-08-22 11:13:06 $ + * last change: $Author: fs $ $Date: 2002-10-17 15:04:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -113,6 +113,7 @@ public: sal_Bool PreviousLevel( String& rNewURL ); void SetHelpId( sal_uInt32 nHelpId ); + sal_uInt32 GetHelpId( ) const; void SetSizePixel( const Size& rNewSize ); void SetPosSizePixel( const Point& rNewPos, const Size& rNewSize ); void Initialize( const String& rURL, const String& rFilter ); diff --git a/svtools/source/contnr/fileview.cxx b/svtools/source/contnr/fileview.cxx index 9d2924c420bb..b585fce13790 100644 --- a/svtools/source/contnr/fileview.cxx +++ b/svtools/source/contnr/fileview.cxx @@ -2,9 +2,9 @@ * * $RCSfile: fileview.cxx,v $ * - * $Revision: 1.49 $ + * $Revision: 1.50 $ * - * last change: $Author: fs $ $Date: 2002-10-17 15:06:10 $ + * last change: $Author: fs $ $Date: 2002-10-17 15:06:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1395,6 +1395,13 @@ sal_Bool SvtFileView::PreviousLevel( String& rNewURL ) // ----------------------------------------------------------------------- +sal_uInt32 SvtFileView::GetHelpId( ) const +{ + return mpImp->mpView->GetHelpId( ); +} + +// ----------------------------------------------------------------------- + void SvtFileView::SetHelpId( sal_uInt32 nHelpId ) { mpImp->mpView->SetHelpId( nHelpId ); |