summaryrefslogtreecommitdiff
path: root/include/vcl/field.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/field.hxx')
-rw-r--r--include/vcl/field.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/vcl/field.hxx b/include/vcl/field.hxx
index c57e511d7767..e9407fa66f32 100644
--- a/include/vcl/field.hxx
+++ b/include/vcl/field.hxx
@@ -75,7 +75,6 @@ public:
virtual void Reformat();
virtual void ReformatAll();
- virtual void SetLocale( const css::lang::Locale& rLocale );
const css::lang::Locale& GetLocale() const;
const LanguageTag& GetLanguageTag() const;
@@ -313,9 +312,6 @@ public:
virtual void Reformat() override;
virtual void ReformatAll() override;
- virtual void SetLocale( const css::lang::Locale& rLocale ) override;
-
-
void SetExtDateFormat( ExtDateFieldFormat eFormat );
ExtDateFieldFormat GetExtDateFormat( bool bResolveSystemFormat = false ) const;