summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/sdview3.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-24 10:43:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-24 10:44:30 +0200
commit1aa69bd5d4bdc8513892fb88760312fee52c310b (patch)
tree1ad956735ae6443e06ccc4b853058123e6f7493c /sd/source/ui/view/sdview3.cxx
parent967436ba7c552ea8fa30fd3b7abced231e174951 (diff)
loplugin:countusersofdefaultparams in sd..slideshow
Change-Id: Iaf10935d8f231676333018a5954d97defe35acf6
Diffstat (limited to 'sd/source/ui/view/sdview3.cxx')
-rw-r--r--sd/source/ui/view/sdview3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/sdview3.cxx b/sd/source/ui/view/sdview3.cxx
index d6820763cf30..ed2b16c4ed03 100644
--- a/sd/source/ui/view/sdview3.cxx
+++ b/sd/source/ui/view/sdview3.cxx
@@ -680,7 +680,7 @@ bool View::InsertData( const TransferableDataHelper& rDataHelper,
if( aDataHelper.GetSotStorageStream( SotClipboardFormatId::DRAWING, xStm ) )
{
- DrawDocShellRef xShell = new DrawDocShell(SfxObjectCreateMode::INTERNAL);
+ DrawDocShellRef xShell = new DrawDocShell(SfxObjectCreateMode::INTERNAL, false);
xShell->DoInitNew();
SdDrawDocument* pModel = xShell->GetDoc();