diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-23 10:32:47 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-10-23 12:05:04 +0200 |
commit | 1c909a13a0816e20d365000cc527d93e02633b0c (patch) | |
tree | 7a402659f9696c01ceeca51c5ddd2127b3b0e815 /include/vcl/field.hxx | |
parent | d29e614ff9cd91c4e4a1bada6a21884e33323f8d (diff) |
com::sun::star->css in include/ucbhelper to include/xmlscript
Change-Id: Iaa7f0b8455a601d3992c08cde0943c709c417256
Diffstat (limited to 'include/vcl/field.hxx')
-rw-r--r-- | include/vcl/field.hxx | 6 |
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 ); |