summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/objembed.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-28 15:17:08 +0200
committerNoel Grandin <noel@peralex.com>2013-08-29 09:30:18 +0200
commitf9e78cd49f3c22b969531fa787ca63261d548f80 (patch)
treec2e34df65f751fdcff92a443d8071cf466327c0f /sfx2/source/doc/objembed.cxx
parent35c24f9b6e08ef1328df01b2d3d11ef518897130 (diff)
convert sfx2/source/doc/* from String to OUString
Change-Id: Id9a58c4dca372dc36bdd8a359c7c0101cfffd88c
Diffstat (limited to 'sfx2/source/doc/objembed.cxx')
-rw-r--r--sfx2/source/doc/objembed.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/objembed.cxx b/sfx2/source/doc/objembed.cxx
index f613e2b177b8..32cfcaf270e2 100644
--- a/sfx2/source/doc/objembed.cxx
+++ b/sfx2/source/doc/objembed.cxx
@@ -163,7 +163,7 @@ void SfxObjectShell::FillTransferableObjectDescriptor( TransferableObjectDescrip
rDesc.mnOle2Misc = GetMiscStatus();
rDesc.maSize = OutputDevice::LogicToLogic( GetVisArea().GetSize(), GetMapUnit(), MAP_100TH_MM );
rDesc.maDragStartPos = Point();
- rDesc.maDisplayName = String();
+ rDesc.maDisplayName = "";
rDesc.mbCanLink = sal_False;
}