summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-02 10:57:21 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-02 13:06:37 +0000
commitb1f8cf37828d5f37527e54774aa4935610aa6325 (patch)
tree33348c0208f76237f1b08823923f22f99d78b256 /include
parentc3a3b876a3a2a739b266622f51a00016a81b0cdf (diff)
loplugin:singlevalfields
Change-Id: I65f96d9cd24572c8d0946acf4d2d45eb3db83a76 Reviewed-on: https://gerrit.libreoffice.org/30476 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/longcurr.hxx3
-rw-r--r--include/vcl/morebtn.hxx1
-rw-r--r--include/vcl/svapp.hxx7
3 files changed, 1 insertions, 10 deletions
diff --git a/include/vcl/longcurr.hxx b/include/vcl/longcurr.hxx
index 25d6383f8879..8107abe4f93d 100644
--- a/include/vcl/longcurr.hxx
+++ b/include/vcl/longcurr.hxx
@@ -40,9 +40,8 @@ protected:
BigInt mnMax;
BigInt mnCorrectedValue;
OUString maCurrencySymbol;
- sal_uInt16 mnType;
sal_uInt16 mnDecimalDigits;
- bool mbThousandSep;
+ bool mbThousandSep;
LongCurrencyFormatter();
public:
diff --git a/include/vcl/morebtn.hxx b/include/vcl/morebtn.hxx
index 36ebd94b5491..a18e341fccd1 100644
--- a/include/vcl/morebtn.hxx
+++ b/include/vcl/morebtn.hxx
@@ -32,7 +32,6 @@ class VCL_DLLPUBLIC MoreButton : public PushButton
{
private:
ImplMoreButtonData* mpMBData;
- MapUnit meUnit;
bool mbState;
MoreButton( const MoreButton & ) = delete;
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx
index 9bf324c0f127..4798bf3ac653 100644
--- a/include/vcl/svapp.hxx
+++ b/include/vcl/svapp.hxx
@@ -1101,13 +1101,6 @@ public:
*/
static Help* GetHelp();
- /** Turns on "auto-help" (hover mouse above UI element and a tooltip with an
- explanation pops up.
-
- @see EnableAutoHelpId
- */
- static void EnableAutoHelpId();
-
///@}
/** @name Dialogs