summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-14 17:19:45 +0200
committerNoel Grandin <noel@peralex.com>2013-08-15 09:11:36 +0200
commit3994dd5e347d140c4fa7d6f962b2e4089f1c6153 (patch)
treeeeb729601e3f10699e616bff71342412b21a788f /sd
parenta067546dec428f8d467aa498bf0fd3968582e7eb (diff)
convert include/svtools/insdlg.hxx from String to OUString
Change-Id: I72c5e3e47040e78976f46f585b50ab6c12f84986
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/view/drviews7.cxx4
1 files changed, 2 insertions, 2 deletions
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);
}