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/inc | |
parent | df990f7b4c3434175ef99a30ec7f392579089179 (diff) |
#104311# +GetHelpId
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/fileview.hxx | 5 |
1 files changed, 3 insertions, 2 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 ); |