summaryrefslogtreecommitdiffstats
path: root/include/vcl/field.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-23 10:32:47 +0200
committerNoel Grandin <noel@peralex.com>2015-10-23 12:05:04 +0200
commit1c909a13a0816e20d365000cc527d93e02633b0c (patch)
tree7a402659f9696c01ceeca51c5ddd2127b3b0e815 /include/vcl/field.hxx
parentoox: replace boost::ptr_vector with std::vector<std::unique_ptr> (diff)
downloadcore-1c909a13a0816e20d365000cc527d93e02633b0c.tar.gz
core-1c909a13a0816e20d365000cc527d93e02633b0c.zip
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.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 );