diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-07-12 23:24:44 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-07-13 07:21:18 +0200 |
commit | fa8eff8cb7c8c11b2a210009d97636d4af29050e (patch) | |
tree | d6e3b29d7bca9ad6670d21f268b7c51b524e84a7 /vcl/inc | |
parent | 32096886c88a7bb97e8c6fd30cce2fff2a598d17 (diff) |
callcatcher: remove unused TimeFormatter::Foo
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/vcl/field.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/vcl/field.hxx b/vcl/inc/vcl/field.hxx index 639f33afae4e..4af5e1a6128b 100644 --- a/vcl/inc/vcl/field.hxx +++ b/vcl/inc/vcl/field.hxx @@ -475,8 +475,6 @@ public: void SetTime( const Time& rNewTime ); void SetUserTime( const Time& rNewTime ); Time GetTime() const; - Time GetRealTime() const; - sal_Bool IsTimeModified() const; void SetEmptyTime() { FormatterBase::SetEmptyFieldValue(); } sal_Bool IsEmptyTime() const { return FormatterBase::IsEmptyFieldValue(); } Time GetCorrectedTime() const { return maCorrectedTime; } |