diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-05-23 13:26:19 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-05-23 13:26:19 +0100 |
commit | 795e0976bef1cfd9a3ffe0b339fa3ed5329205d5 (patch) | |
tree | e0685fede4b7ce0e497b90b170a9da4067228d1f /comphelper | |
parent | 9ba847c52331fd8f5dccbba1e011b54e399e3c48 (diff) |
add getLocale to NaturalStringSorter
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/inc/comphelper/string.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comphelper/inc/comphelper/string.hxx b/comphelper/inc/comphelper/string.hxx index b1f769388ee0..e71a008c5e3e 100644 --- a/comphelper/inc/comphelper/string.hxx +++ b/comphelper/inc/comphelper/string.hxx @@ -190,6 +190,7 @@ public: { return compareNatural(rLHS, rRHS, m_xCollator, m_xBI, m_aLocale); } + const ::com::sun::star::lang::Locale& getLocale() const { return m_aLocale; } }; } } |