Tag: cws_ooo300_dba30y
User: fs      
Date: 2008-09-30 07:18:06+0000
Modified:
   dba/dbaccess/source/core/inc/ContentHelper.hxx

Log:
 #i94433# prevent disposals during rename

File Changes:

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

File [changed]: ContentHelper.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/inc/ContentHelper.hxx?r1=1.11&r2=1.11.96.1
Delta lines:  +6 -3
-------------------
--- ContentHelper.hxx   2008-04-10 12:49:51+0000        1.11
+++ ContentHelper.hxx   2008-09-30 07:18:03+0000        1.11.96.1
@@ -7,7 +7,7 @@
  * OpenOffice.org - a multi-platform office productivity suite
  *
  * $RCSfile: ContentHelper.hxx,v $
- * $Revision: 1.11 $
+ * $Revision: 1.11.96.1 $
  *
  * This file is part of OpenOffice.org.
  *
@@ -165,7 +165,7 @@
         const ::connectivity::SQLError          m_aErrorHelper;
                TContentPtr                                                     
m_pImpl;
                sal_uInt32                                                      
m_nCommandId;
-               
+        bool                                    m_bRenaming;
 
                // helper
                virtual void SAL_CALL disposing();
@@ -226,6 +226,9 @@
                // XRename
                virtual void SAL_CALL rename( const ::rtl::OUString& newName ) 
throw (::com::sun::star::sdbc::SQLException, 
::com::sun::star::container::ElementExistException, 
::com::sun::star::uno::RuntimeException);
 
+        // XComponent
+        virtual void SAL_CALL dispose(  ) throw 
(::com::sun::star::uno::RuntimeException);
+
                inline const ContentProperties& getContentProperties() const { 
return m_pImpl->m_aProps; }
                ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRow >
                        getPropertyValues( const 
::com::sun::star::uno::Sequence<




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

Reply via email to