summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docglos.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-11 14:39:49 +0200
committerNoel Grandin <noel@peralex.com>2013-10-15 12:25:42 +0200
commit86989abe6e61f257e600a1e0900d17e0c7aa075b (patch)
tree1e9e3a160ce425ced7f4a9e5a0882c0f5ed39557 /sw/source/core/doc/docglos.cxx
parent14204eae79c0d6b7a884ea9aa73d53d2a80faf7c (diff)
convert sw/inc/doc.hxx from String to OUString
Change-Id: I8ddf0f59de506df4e3fea77824b5bb5679bcf7b1
Diffstat (limited to 'sw/source/core/doc/docglos.cxx')
-rw-r--r--sw/source/core/doc/docglos.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/docglos.cxx b/sw/source/core/doc/docglos.cxx
index 9f175c8c2500..4b2538ef9333 100644
--- a/sw/source/core/doc/docglos.cxx
+++ b/sw/source/core/doc/docglos.cxx
@@ -93,7 +93,7 @@ static void lcl_copyDocumentProperties(
}
/// inserts an AutoText block
-bool SwDoc::InsertGlossary( SwTextBlocks& rBlock, const String& rEntry,
+bool SwDoc::InsertGlossary( SwTextBlocks& rBlock, const OUString& rEntry,
SwPaM& rPaM, SwCrsrShell* pShell )
{
bool bRet = false;