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 <bor...@web.de>

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to