summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/FldRefTreeListBox.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/fldui/FldRefTreeListBox.cxx')
-rw-r--r--sw/source/ui/fldui/FldRefTreeListBox.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/fldui/FldRefTreeListBox.cxx b/sw/source/ui/fldui/FldRefTreeListBox.cxx
index f96131f3c46a..1bb07a7bec3e 100644
--- a/sw/source/ui/fldui/FldRefTreeListBox.cxx
+++ b/sw/source/ui/fldui/FldRefTreeListBox.cxx
@@ -47,7 +47,7 @@ void SwFldRefTreeListBox::RequestHelp( const HelpEvent& rHEvt )
SvTreeListEntry* pEntry = GetEntry( aPos );
if( pEntry )
{
- String sEntry( GetEntryText( pEntry ) );
+ OUString sEntry( GetEntryText( pEntry ) );
SvLBoxTab* pTab;
SvLBoxItem* pItem = GetItem( pEntry, aPos.X(), &pTab );
if( pItem )