[Libreoffice-commits] core.git: vcl/inc

mhofmann borim7 at web.de
Sun Mar 24 17:09:26 PDT 2013


 vcl/inc/vcl/help.hxx |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit 4d05ee2411e4baf13eb9639ffdfd9ce896665396
Author: mhofmann <borim7 at web.de>
Date:   Sun Mar 24 15:12:27 2013 +0100

    remove unused member maHelpFile and its getter/setter
    
    Change-Id: I97b53be0a6110c6ca736de657cba48baa0445a12
    Reviewed-on: https://gerrit.libreoffice.org/2965
    Reviewed-by: Thomas Arnhold <thomas at arnhold.org>
    Reviewed-by: Thorsten Behrens <tbehrens at suse.com>
    Tested-by: Thorsten Behrens <tbehrens at suse.com>

diff --git a/vcl/inc/vcl/help.hxx b/vcl/inc/vcl/help.hxx
index 2ee33c5..b74d802 100644
--- a/vcl/inc/vcl/help.hxx
+++ b/vcl/inc/vcl/help.hxx
@@ -59,16 +59,10 @@ class Window;
 
 class VCL_DLLPUBLIC Help
 {
-private:
-    OUString            maHelpFile;
-
 public:
                         Help();
     virtual             ~Help();
 
-    void                SetHelpFile( const OUString& rFileName ) { maHelpFile = rFileName; }
-    const OUString&     GetHelpFile() const { return maHelpFile; }
-
     virtual sal_Bool    Start( const OUString& rHelpId, const Window* pWindow );
     virtual sal_Bool    SearchKeyword( const OUString& rKeyWord );
     virtual void        OpenHelpAgent( const OString& rHelpId );


More information about the Libreoffice-commits mailing list