summaryrefslogtreecommitdiff
path: root/svx/source/dialog/SpellDialogChildWindow.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-03 16:17:20 +0200
committerNoel Grandin <noel@peralex.com>2013-09-05 08:54:51 +0200
commit2ba105223cdf3a8df21a3368b8dfe506a8f885e8 (patch)
treeba09e05b8d97ad842ed4bd2d8ee4b410f83df184 /svx/source/dialog/SpellDialogChildWindow.cxx
parenta5c93041794164ecaae9e71ee1c83c187ad17aab (diff)
convert include/svx/SpellDialogChildWindow.hxx from String to OUString
Change-Id: I6fe9e996b67dc689f4fc2abc1cf63cb4af39084f
Diffstat (limited to 'svx/source/dialog/SpellDialogChildWindow.cxx')
-rw-r--r--svx/source/dialog/SpellDialogChildWindow.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/dialog/SpellDialogChildWindow.cxx b/svx/source/dialog/SpellDialogChildWindow.cxx
index e84eb8768ff0..7df28dbb256e 100644
--- a/svx/source/dialog/SpellDialogChildWindow.cxx
+++ b/svx/source/dialog/SpellDialogChildWindow.cxx
@@ -66,8 +66,8 @@ bool SpellDialogChildWindow::HasAutoCorrection()
}
void SpellDialogChildWindow::AddAutoCorrection(
- const String& /*rOld*/,
- const String& /*rNew*/,
+ const OUString& /*rOld*/,
+ const OUString& /*rNew*/,
LanguageType /*eLanguage*/)
{
OSL_FAIL("AutoCorrection should have been overloaded - if available");