summaryrefslogtreecommitdiff
path: root/include/vcl/builder.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-07-12 01:47:40 +0200
committerEike Rathke <erack@redhat.com>2013-07-12 01:49:02 +0200
commitcde58731dc2e0da78cf761ff95a5df214296d041 (patch)
treeb4996f12488afe6fffac1b2ccd79f2cfe87f23af /include/vcl/builder.hxx
parent562880754bc8b59b752a6ca40ee4323240f74ac9 (diff)
use LanguageTag, and a FIXME-BCP47 comment in loadTranslations()
Change-Id: I9fd4c0a3887dd3d7ac756f0399a8a030d116f68a
Diffstat (limited to 'include/vcl/builder.hxx')
-rw-r--r--include/vcl/builder.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/builder.hxx b/include/vcl/builder.hxx
index 3708a34874ab..bdf0c8218d00 100644
--- a/include/vcl/builder.hxx
+++ b/include/vcl/builder.hxx
@@ -211,7 +211,7 @@ private:
std::vector<MnemonicWidgetMap> m_aMnemonicWidgetMaps;
};
- void loadTranslations(const com::sun::star::lang::Locale &rLocale, const OUString &rUri);
+ void loadTranslations(const LanguageTag &rLanguageTag, const OUString &rUri);
OString getTranslation(const OString &rId, const OString &rProperty) const;
OString m_sID;