Tag: cws_src680_dba205b User: fs Date: 2006/08/06 13:17:38 Modified: dba/dbaccess/source/core/inc/tablecontainer.hxx
Log: #i67020# hold the column container mediator as ::rtl::Reference File Changes: Directory: /dba/dbaccess/source/core/inc/ ========================================= File [changed]: tablecontainer.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/inc/tablecontainer.hxx?r1=1.26&r2=1.26.20.1 Delta lines: +4 -5 ------------------- --- tablecontainer.hxx 10 Jul 2006 15:15:18 -0000 1.26 +++ tablecontainer.hxx 6 Aug 2006 20:17:36 -0000 1.26.20.1 @@ -4,9 +4,9 @@ * * $RCSfile: tablecontainer.hxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.26.20.1 $ * - * last change: $Author: obo $ $Date: 2006/07/10 15:15:18 $ + * last change: $Author: fs $ $Date: 2006/08/06 20:17:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -101,8 +101,7 @@ { protected: ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > m_xTableDefinitions; - ::com::sun::star::uno::Reference< ::com::sun::star::container::XContainerListener > m_xTableMediator; - OContainerMediator* m_pMediator; + ::rtl::Reference< OContainerMediator > m_pTableMediator; sal_Bool m_bInAppend; // true when we are in append mode sal_Bool m_bInDrop; // set when we are in the drop method --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
