summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-09-22 16:58:29 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-09-22 20:32:02 +0100
commit81202ae7487b139cb473ff85634003b36d67e8c4 (patch)
tree5f204d5078b696b2f99aa360d3042a24b34a213b /sw/source/ui/inc
parentgbuild: fix gb_LinkTarget_set_precompiled_header (diff)
downloadcore-81202ae7487b139cb473ff85634003b36d67e8c4.tar.gz
core-81202ae7487b139cb473ff85634003b36d67e8c4.zip
Related: fdo#38838 remove UniString::CompareIgnoreCaseToAscii
Change-Id: I4a9b34d63d2534a35aa9a878b8c2bec15262c2be
Diffstat (limited to 'sw/source/ui/inc')
-rw-r--r--sw/source/ui/inc/gloslst.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/inc/gloslst.hxx b/sw/source/ui/inc/gloslst.hxx
index aa9f6d4b585c..1c83e7d43fd1 100644
--- a/sw/source/ui/inc/gloslst.hxx
+++ b/sw/source/ui/inc/gloslst.hxx
@@ -56,7 +56,7 @@ public:
SwGlossaryList();
~SwGlossaryList();
- bool HasLongName(const String& rBegin, std::vector<String> *pLongNames);
+ bool HasLongName(const OUString& rBegin, std::vector<OUString> *pLongNames);
sal_Bool GetShortName(const String& rLongName,
String& rShortName, String& rGroupName );