Tag: cws_src680_oj14
User: oj      
Date: 2006/07/04 01:04:46

Modified:
   dba/dbaccess/source/ui/inc/TableController.hxx

Log:
 RESYNC: (1.35-1.36); FILE MERGED

File Changes:

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

File [changed]: TableController.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/TableController.hxx?r1=1.35.8.2&r2=1.35.8.3
Delta lines:  +5 -5
-------------------
--- TableController.hxx 25 Apr 2006 13:03:05 -0000      1.35.8.2
+++ TableController.hxx 4 Jul 2006 08:04:43 -0000       1.35.8.3
@@ -76,7 +76,7 @@
        {
        private:
         OModuleClient        m_aModuleClient;
-               ::std::vector<OTableRow*>       m_vRowList;
+               ::std::vector< ::boost::shared_ptr<OTableRow> > m_vRowList;
                OTypeInfoMap                            m_aTypeInfo;
                ::std::vector<OTypeInfoMap::iterator> m_aTypeInfoIndex;
 
@@ -141,7 +141,7 @@
                //      const ::connectivity::OSQLParseNode* getParseTree() 
const { return m_aSqlIterator.getParseTree();}
                // need for undo's and redo's
                SfxUndoManager* getUndoMgr();
-               inline ::std::vector<OTableRow*>*       getRows() { return 
&m_vRowList; }
+               inline ::std::vector< ::boost::shared_ptr<OTableRow> >* 
getRows() { return &m_vRowList; }
 
                /// returns the postion of the the first empty row
                sal_Int32                                                       
getFirstEmptyRowPosition() const;




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

Reply via email to