[PATCH] remove unused member maHelpFile and its getter/setter

mhofmann (via Code Review) gerrit at gerrit.libreoffice.org
Sun Mar 24 07:17:56 PDT 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/2965

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/65/2965/1

remove unused member maHelpFile and its getter/setter

Change-Id: I97b53be0a6110c6ca736de657cba48baa0445a12
---
M vcl/inc/vcl/help.hxx
1 file changed, 0 insertions(+), 6 deletions(-)



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,15 +59,9 @@
 
 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 );

-- 
To view, visit https://gerrit.libreoffice.org/2965
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I97b53be0a6110c6ca736de657cba48baa0445a12
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: mhofmann <borim7 at web.de>



More information about the LibreOffice mailing list