summaryrefslogtreecommitdiff
path: root/include/vcl/field.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-21 09:55:09 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-21 09:08:39 +0000
commitd24bc6089c13413e5d702f5606de0b8573a14f20 (patch)
tree5642375ebd7afa36f13663f5a670af4ec72cc763 /include/vcl/field.hxx
parent5d8ba798498f0c68ab2a4dbb3471b37e9c6ea2b5 (diff)
loplugin:expandablemethodds in include/vcl
Change-Id: I9ff378d9c7c9a221599c0a84df638b3acf8f069f Reviewed-on: https://gerrit.libreoffice.org/30121 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/field.hxx')
-rw-r--r--include/vcl/field.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/vcl/field.hxx b/include/vcl/field.hxx
index d6612fd16c05..09e9a4ed2144 100644
--- a/include/vcl/field.hxx
+++ b/include/vcl/field.hxx
@@ -249,9 +249,6 @@ public:
class VCL_DLLPUBLIC CurrencyFormatter : public NumericFormatter
{
-private:
- SAL_DLLPRIVATE void ImplInit();
-
protected:
CurrencyFormatter();
SAL_DLLPRIVATE bool ImplCurrencyReformat( const OUString& rStr, OUString& rOutStr );
@@ -329,7 +326,6 @@ public:
void SetDate( const Date& rNewDate );
- void SetUserDate( const Date& rNewDate );
Date GetDate() const;
void SetEmptyDate();
bool IsEmptyDate() const;
@@ -339,8 +335,6 @@ public:
static void ExpandCentury( Date& rDate );
static void ExpandCentury( Date& rDate, sal_uInt16 nTwoDigitYearStart );
- static Date GetInvalidDate() { return Date( Date::EMPTY ); }
-
/** enables or disables the enforcement of valid values
If this is set to true (which is the default), then GetDate will always return a valid
@@ -414,8 +408,6 @@ public:
void SetEmptyTime() { FormatterBase::SetEmptyFieldValue(); }
bool IsEmptyTime() const { return FormatterBase::IsEmptyFieldValue(); }
- static tools::Time GetInvalidTime() { return tools::Time( 99, 99, 99 ); }
-
/** enables or disables the enforcement of valid values
If this is set to true (which is the default), then GetTime will always return a valid