From 3994dd5e347d140c4fa7d6f962b2e4089f1c6153 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 14 Aug 2013 17:19:45 +0200 Subject: convert include/svtools/insdlg.hxx from String to OUString Change-Id: I72c5e3e47040e78976f46f585b50ab6c12f84986 --- sd/source/ui/view/drviews7.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sd') diff --git a/sd/source/ui/view/drviews7.cxx b/sd/source/ui/view/drviews7.cxx index f91881d6c64c..4b578fad3d74 100644 --- a/sd/source/ui/view/drviews7.cxx +++ b/sd/source/ui/view/drviews7.cxx @@ -162,8 +162,8 @@ SAL_WNODEPRECATED_DECLARATIONS_PUSH } if (bHasFormat) { - String sName; - String sSource; + OUString sName; + OUString sSource; if (SvPasteObjectHelper::GetEmbeddedName (rDataHelper, sName, sSource, nFormat)) pResult->AddClipbrdFormat (nFormat, sName); } -- cgit