summaryrefslogtreecommitdiff
path: root/vcl/inc/helpwin.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-21 15:30:44 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-22 07:38:35 +0100
commitde9acc1dd0b72d1af92ac4de97840d98d4977820 (patch)
tree232f6ead4601fb3b62cd01e2c6020b37f87f4222 /vcl/inc/helpwin.hxx
parent5923df69b46295c5686e5c91ea2a8fc7b46d8357 (diff)
loplugin:unusedfields in vcl
maStatusText in HelpTextWindow is dead since commit bd3ea40ed49074c4fa4439de7b5dea4fc3161880 Date: Fri Jan 21 14:48:58 2011 +0200 Remove ShowHelpStatusText and HideHelpStatusText and associated cruft Change-Id: I7a74e2a1b909a479f9338bd4da5fad06ccc25283 Reviewed-on: https://gerrit.libreoffice.org/68153 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/helpwin.hxx')
-rw-r--r--vcl/inc/helpwin.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/vcl/inc/helpwin.hxx b/vcl/inc/helpwin.hxx
index 765dac0508e5..ee14b5a4eb39 100644
--- a/vcl/inc/helpwin.hxx
+++ b/vcl/inc/helpwin.hxx
@@ -33,7 +33,6 @@ private:
tools::Rectangle maTextRect; // For wrapped text in QuickHelp
OUString maHelpText;
- OUString maStatusText;
Timer maShowTimer;
Timer maHideTimer;
@@ -62,7 +61,6 @@ public:
QuickHelpFlags GetStyle() const { return mnStyle; }
// only remember:
- void SetStatusText( const OUString& rStatusText ) { maStatusText = rStatusText; }
void SetHelpArea( const tools::Rectangle& rRect ) { maHelpArea = rRect; }
void ShowHelp( sal_uInt16 nDelayMode );
@@ -72,7 +70,7 @@ public:
};
void ImplShowHelpWindow( vcl::Window* pParent, sal_uInt16 nHelpWinStyle, QuickHelpFlags nStyle,
- const OUString& rHelpText, const OUString& rStatusText,
+ const OUString& rHelpText,
const Point& rScreenPos, const tools::Rectangle& rHelpArea );
VCL_DLLPUBLIC void ImplDestroyHelpWindow( bool bUpdateHideTime );
void ImplSetHelpWindowPos( vcl::Window* pHelpWindow, sal_uInt16 nHelpWinStyle, QuickHelpFlags nStyle,