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@web.de>
Context
- [PATCH] remove unused member maHelpFile and its getter/setter · mhofmann (via Code Review)
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.