summaryrefslogtreecommitdiff
path: root/include/vcl/field.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-23 13:13:28 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-06-24 10:51:45 +0000
commit920d4463f6e59b815852c173e2974ffc7b4bb284 (patch)
treeac56efa2d79ad622f261e8664a57afa7c7ea0e49 /include/vcl/field.hxx
parent2b7109a12ab772bf53766d6e06b422c8e687d482 (diff)
loplugin:singlevalfields in vcl(part1)
Change-Id: I0031199937cc95793951a070c4b3d8910933e69f Reviewed-on: https://gerrit.libreoffice.org/26595 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/vcl/field.hxx')
-rw-r--r--include/vcl/field.hxx10
1 files changed, 3 insertions, 7 deletions
diff --git a/include/vcl/field.hxx b/include/vcl/field.hxx
index d97e40a9cce3..d07624e8a92c 100644
--- a/include/vcl/field.hxx
+++ b/include/vcl/field.hxx
@@ -95,9 +95,8 @@ private:
OString m_aEditMask;
OUString maFieldString;
OUString maLiteralMask;
- sal_uInt16 mnFormatFlags;
bool mbSameMask;
- bool mbInPattKeyInput;
+ bool mbInPattKeyInput;
protected:
PatternFormatter();
@@ -116,8 +115,6 @@ public:
const OString& GetEditMask() const { return m_aEditMask; }
const OUString& GetLiteralMask() const { return maLiteralMask; }
- sal_uInt16 GetFormatFlags() const { return mnFormatFlags; }
-
void SetString( const OUString& rStr );
OUString GetString() const;
};
@@ -133,9 +130,8 @@ protected:
sal_Int64 mnLastValue;
sal_Int64 mnMin;
sal_Int64 mnMax;
- sal_Int64 mnCorrectedValue;
- sal_uInt16 mnType;
- sal_uInt16 mnDecimalDigits;
+ sal_uInt16 mnType;
+ sal_uInt16 mnDecimalDigits;
bool mbThousandSep;
bool mbShowTrailingZeros;
bool mbWrapOnLimits;