diff options
Diffstat (limited to 'include/vcl/field.hxx')
-rw-r--r-- | include/vcl/field.hxx | 8 |
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 |