Tag: cws_src680_impresstables2
User: cl      
Date: 2007-10-15 12:38:55+0000
Modified:
   dba/reportdesign/source/core/sdr/ReportUndoFactory.cxx

Log:
 #i68103# added undo for tables

File Changes:

Directory: /dba/reportdesign/source/core/sdr/
=============================================

File [changed]: ReportUndoFactory.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/source/core/sdr/ReportUndoFactory.cxx?r1=1.2&r2=1.2.38.1
Delta lines:  +4 -4
-------------------
--- ReportUndoFactory.cxx       2007-07-09 11:56:16+0000        1.2
+++ ReportUndoFactory.cxx       2007-10-15 12:38:52+0000        1.2.38.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: ReportUndoFactory.cxx,v $
  *
- *  $Revision: 1.2 $
+ *  $Revision: 1.2.38.1 $
  *
- *  last change: $Author: rt $ $Date: 2007/07/09 11:56:16 $
+ *  last change: $Author: cl $ $Date: 2007/10/15 12:38:52 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -131,9 +131,9 @@
        return m_pUndoFactory->CreateUndoObjectLayerChange( rObject, aOldLayer, 
aNewLayer );
 }
 
-SdrUndoAction* OReportUndoFactory::CreateUndoObjectSetText( SdrObject& rNewObj 
)
+SdrUndoAction* OReportUndoFactory::CreateUndoObjectSetText( SdrObject& 
rNewObj, sal_Int32 nText )
 {
-       return m_pUndoFactory->CreateUndoObjectSetText( rNewObj );
+       return m_pUndoFactory->CreateUndoObjectSetText( rNewObj, nText );
 }
 
 // layer




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

Reply via email to