summaryrefslogtreecommitdiffstats
path: root/comphelper
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-05-23 13:26:19 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-05-23 13:26:19 +0100
commit795e0976bef1cfd9a3ffe0b339fa3ed5329205d5 (patch)
treee0685fede4b7ce0e497b90b170a9da4067228d1f /comphelper
parentList->vector change incorrect return index (diff)
downloadcore-795e0976bef1cfd9a3ffe0b339fa3ed5329205d5.tar.gz
core-795e0976bef1cfd9a3ffe0b339fa3ed5329205d5.zip
add getLocale to NaturalStringSorter
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/inc/comphelper/string.hxx1
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; }
};
} }