summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-03-17 10:06:47 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-03-20 12:57:31 +0000
commit8550b42a1d304054ee878c9c6debae0a10b0bf39 (patch)
tree849bc47fe7f09ce3191af98919df1adb7f5838be /sfx2/inc
parent0a14f36501e2e0ce8373464dc1655fdb1e9550b6 (diff)
remove extra string casts
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/docvor.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/inc/docvor.hxx b/sfx2/inc/docvor.hxx
index f518c296149f..a0f02b3c473a 100644
--- a/sfx2/inc/docvor.hxx
+++ b/sfx2/inc/docvor.hxx
@@ -66,7 +66,7 @@ friend class SfxOrganizeDlg_Impl;
protected:
virtual sal_Bool EditingEntry( SvLBoxEntry* pEntry, Selection & );
- virtual sal_Bool EditedEntry( SvLBoxEntry* pEntry, const String& rNewText );
+ virtual sal_Bool EditedEntry( SvLBoxEntry* pEntry, const rtl::OUString& rNewText );
virtual sal_Bool NotifyMoving(SvLBoxEntry *pSource,
SvLBoxEntry* pTarget,
SvLBoxEntry *&pNewParent, sal_uIntPtr &);