summaryrefslogtreecommitdiffstats
path: root/include/vcl/field.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/field.hxx')
-rw-r--r--include/vcl/field.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/field.hxx b/include/vcl/field.hxx
index 58ec9040db6b..45a7bf6b7b2e 100644
--- a/include/vcl/field.hxx
+++ b/include/vcl/field.hxx
@@ -76,8 +76,8 @@ public:
virtual void Reformat();
virtual void ReformatAll();
- virtual void SetLocale( const ::com::sun::star::lang::Locale& rLocale );
- const ::com::sun::star::lang::Locale& GetLocale() const;
+ virtual void SetLocale( const css::lang::Locale& rLocale );
+ const css::lang::Locale& GetLocale() const;
const LanguageTag& GetLanguageTag() const;
const AllSettings& GetFieldSettings() const;
@@ -333,7 +333,7 @@ public:
virtual void Reformat() override;
virtual void ReformatAll() override;
- virtual void SetLocale( const ::com::sun::star::lang::Locale& rLocale ) override;
+ virtual void SetLocale( const css::lang::Locale& rLocale ) override;
void SetExtDateFormat( ExtDateFieldFormat eFormat );