Tag: cws_src680_dba201d
User: fs      
Date: 05/10/06 07:09:29

Modified:
 /dba/dbaccess/source/core/dataaccess/
  intercept.cxx

Log:
 #i52649# when dispatching a close request, keep our m_pContentHolder alive. 
Else, the EmbeddedObject implementations strangely crash

File Changes:

Directory: /dba/dbaccess/source/core/dataaccess/
================================================

File [changed]: intercept.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/intercept.cxx?r1=1.5&r2=1.5.2.1
Delta lines:  +4 -3
-------------------
--- intercept.cxx       23 Sep 2005 12:06:53 -0000      1.5
+++ intercept.cxx       6 Oct 2005 14:09:26 -0000       1.5.2.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: intercept.cxx,v $
  *
- *  $Revision: 1.5 $
+ *  $Revision: 1.5.2.1 $
  *
- *  last change: $Author: hr $ $Date: 2005/09/23 12:06:53 $
+ *  last change: $Author: fs $ $Date: 2005/10/06 14:09:26 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -227,6 +227,7 @@
                     if ( xEvtB.is() )
                         xEvtB->removeEventListener(this);
 
+                    Reference< XInterface > xKeepContentHolderAlive( 
*m_pContentHolder );
                                    xDispatch->dispatch( _URL, Arguments );
                 }
                        }




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to