summaryrefslogtreecommitdiffstats
path: root/sw/inc/acmplwrd.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-14 11:00:19 +0200
committerNoel Grandin <noel@peralex.com>2013-10-15 12:25:47 +0200
commit9c52261c39a1090d07e2f5d2a41ca0c0fea41e81 (patch)
treeac00f19c91ca773557e01c6b2def0cc11c320982 /sw/inc/acmplwrd.hxx
parentconvert sw/source/ui/envelp/*.cxx from String to OUString (diff)
downloadcore-9c52261c39a1090d07e2f5d2a41ca0c0fea41e81.tar.gz
core-9c52261c39a1090d07e2f5d2a41ca0c0fea41e81.zip
convert sw/source/ui/docvw/*.cxx from String to OUString
Change-Id: I3a70366bc4992557393ce478f0c457b26881402b
Diffstat (limited to 'sw/inc/acmplwrd.hxx')
-rw-r--r--sw/inc/acmplwrd.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/acmplwrd.hxx b/sw/inc/acmplwrd.hxx
index 416404f24422..9b6adc3a7377 100644
--- a/sw/inc/acmplwrd.hxx
+++ b/sw/inc/acmplwrd.hxx
@@ -70,7 +70,7 @@ public:
void CheckChangedList(const editeng::SortedAutoCompleteStrings& rNewLst);
// Returns all words matching a given prefix aMatch.
- bool GetWordsMatching(String aMatch, std::vector<String>& aWords) const;
+ bool GetWordsMatching(OUString aMatch, std::vector<OUString>& aWords) const;
};