From 637f866df0deb3e1a861cf23a0d67be481d4096d Mon Sep 17 00:00:00 2001 From: Mikhail Voitenko Date: Mon, 24 Nov 2003 15:12:44 +0000 Subject: #112923# creation of OLE objects or links base on fileURL --- embeddedobj/source/inc/oleembobj.hxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'embeddedobj/source/inc') diff --git a/embeddedobj/source/inc/oleembobj.hxx b/embeddedobj/source/inc/oleembobj.hxx index c38e7fbc7d78..10f4c9819ba9 100644 --- a/embeddedobj/source/inc/oleembobj.hxx +++ b/embeddedobj/source/inc/oleembobj.hxx @@ -2,9 +2,9 @@ * * $RCSfile: oleembobj.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mav $ $Date: 2003-11-20 17:02:21 $ + * last change: $Author: mav $ $Date: 2003-11-24 16:12:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -184,7 +184,8 @@ public: // in case object will be loaded from a persistent entry or from a file the class ID will be detected on loading // factory can do it for OOo objects, but for OLE objects OS dependent code is required - OleEmbeddedObject( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xFactory ); + OleEmbeddedObject( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xFactory, + sal_Bool bLink ); virtual ~OleEmbeddedObject(); -- cgit