vcl/inc/vcl/help.hxx | 6 ------
1 file changed, 6 deletions(-)
New commits:
commit 4d05ee2411e4baf13eb9639ffdfd9ce896665396
Author: mhofmann <[email protected]>
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 <[email protected]>
Reviewed-by: Thorsten Behrens <[email protected]>
Tested-by: Thorsten Behrens <[email protected]>
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 );
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits