From 6d65d020ea85fd8087e6491ad715df7630f4451f Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Mon, 17 Jul 2017 19:06:31 +0200 Subject: Embedded documents: don't open in web view mode Change-Id: I621d4ba4223c1b389acdb63bb6f8f10ef3f3ba48 Reviewed-on: https://gerrit.libreoffice.org/40077 Reviewed-by: Aron Budea Tested-by: Aron Budea --- sw/source/uibase/dochdl/swdtflvr.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sw/source/uibase/dochdl') diff --git a/sw/source/uibase/dochdl/swdtflvr.cxx b/sw/source/uibase/dochdl/swdtflvr.cxx index 2e7546b146ef..5e58c085519c 100644 --- a/sw/source/uibase/dochdl/swdtflvr.cxx +++ b/sw/source/uibase/dochdl/swdtflvr.cxx @@ -314,14 +314,13 @@ void SwTransferable::AddSupportedFormats() } } -void SwTransferable::InitOle( SfxObjectShell* pDoc, SwDoc& rDoc ) +void SwTransferable::InitOle( SfxObjectShell* pDoc, SwDoc& ) { //set OleVisArea. Upper left corner of the page and size of //RealSize in Twips. const Size aSz( OLESIZE ); SwRect aVis( Point( DOCUMENTBORDER, DOCUMENTBORDER ), aSz ); pDoc->SetVisArea( aVis.SVRect() ); - rDoc.getIDocumentSettingAccess().set(DocumentSettingId::BROWSE_MODE, true ); } uno::Reference < embed::XEmbeddedObject > SwTransferable::FindOLEObj( sal_Int64& nAspect ) const -- cgit