ooo-build r13972 - in trunk: . patches/dev300



Author: kyoshida
Date: Sat Sep 20 02:00:47 2008
New Revision: 13972
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13972&view=rev

Log:
2008-09-19  Kohei Yoshida  <kyoshida novell com>

	* patches/dev300/chart-refresh-mark-range-dirty.diff: fixed it to make
	it apply correctly.  The old patch applied, but the hunk applied to the
	wrong part of the file.


Modified:
   trunk/ChangeLog
   trunk/patches/dev300/chart-refresh-mark-range-dirty.diff

Modified: trunk/patches/dev300/chart-refresh-mark-range-dirty.diff
==============================================================================
--- trunk/patches/dev300/chart-refresh-mark-range-dirty.diff	(original)
+++ trunk/patches/dev300/chart-refresh-mark-range-dirty.diff	Sat Sep 20 02:00:47 2008
@@ -1,22 +1,22 @@
 diff --git sc/inc/chart2uno.hxx sc/inc/chart2uno.hxx
-index aa13bef..519058a 100644
+index b685676..9126e8e 100644
 --- sc/inc/chart2uno.hxx
 +++ sc/inc/chart2uno.hxx
-@@ -387,6 +387,9 @@ public:
-     DECL_LINK( ValueListenerHdl, SfxHint* );
+@@ -381,6 +381,9 @@ public:
+ // 									com::sun::star::uno::XInterface> xObj );
  
  private:
 +    void markRangeDirty(const ScRange& rRange) const;
 +
 +private:
+     // Implementation --------------------------------------------------------
  
-     // properties
-     ::com::sun::star::chart2::data::DataSequenceRole  m_aRole;
+     ScRangeListRef GetRangeList() { return m_xRanges; }
 diff --git sc/source/ui/unoobj/chart2uno.cxx sc/source/ui/unoobj/chart2uno.cxx
-index 28223a8..3c6979b 100644
+index 4f16c3f..e2be940 100644
 --- sc/source/ui/unoobj/chart2uno.cxx
 +++ sc/source/ui/unoobj/chart2uno.cxx
-@@ -1886,7 +1886,11 @@ void SAL_CALL ScChart2DataSequence::addModifyListener( const uno::Reference< uti
+@@ -1824,7 +1824,11 @@ void SAL_CALL ScChart2DataSequence::addModifyListener( const uno::Reference< uti
          {
              ULONG nCount = m_xRanges->Count();
              for (ULONG i=0; i<nCount; i++)
@@ -29,7 +29,7 @@
          }
  
  		acquire();	// don't lose this object (one ref for all listeners)
-@@ -2027,6 +2031,37 @@ void SAL_CALL ScChart2DataSequence::removeVetoableChangeListener(
+@@ -1972,6 +1976,37 @@ void SAL_CALL ScChart2DataSequence::removeVetoableChangeListener(
      OSL_ENSURE( false, "Not yet implemented" );
  }
  



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]