Author: ranger
Date: Thu May 18 21:54:29 2006
New Revision: 39

URL: 
<http://svn.finkproject.org/websvn/listing.php?sc=1&rev=39&repname=user%3a+ranger>
Log:
patch unnecessary

Modified:
    trunk/experimental/10.3/main/finkinfo/kde/koffice.patch
    trunk/experimental/10.4-transitional/main/finkinfo/kde/koffice.patch
    trunk/experimental/10.4/main/finkinfo/kde/koffice.patch
    trunk/experimental/common/main/finkinfo/kde/koffice.patch

Modified: trunk/experimental/10.3/main/finkinfo/kde/koffice.patch
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.3/main/finkinfo/kde/koffice.patch&rev=39&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/10.3/main/finkinfo/kde/koffice.patch (original)
+++ trunk/experimental/10.3/main/finkinfo/kde/koffice.patch Thu May 18 21:54:29 
2006
@@ -2543,20 +2543,3 @@
  METASOURCES = AUTO
  kde_module_LTLIBRARIES = krossruby.la
  
---- koffice-1.5.1/lib/kotext/KoTextObject.cpp.orig     2006-05-16 
14:04:54.000000000 -0400
-+++ koffice-1.5.1/lib/kotext/KoTextObject.cpp  2006-05-16 14:05:38.000000000 
-0400
-@@ -143,10 +143,11 @@
-     m_needsSpellCheck = true;
- }
- 
--void KoTextObject::slotParagraphDeleted(KoTextParag * /*parag*/)
-+void KoTextObject::slotParagraphDeleted(KoTextParag * parag)
- {
--    // ### TODO: remove from kwbgspellcheck
--    // not needed, since KoTextIterator takes care of that.
-+    if ( m_lastFormatted == parag )
-+        m_lastFormatted = parag->next();
-+
- }
- 
- int KoTextObject::docFontSize( KoTextFormat * format ) const

Modified: trunk/experimental/10.4-transitional/main/finkinfo/kde/koffice.patch
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4-transitional/main/finkinfo/kde/koffice.patch&rev=39&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/10.4-transitional/main/finkinfo/kde/koffice.patch 
(original)
+++ trunk/experimental/10.4-transitional/main/finkinfo/kde/koffice.patch Thu 
May 18 21:54:29 2006
@@ -2543,20 +2543,3 @@
  METASOURCES = AUTO
  kde_module_LTLIBRARIES = krossruby.la
  
---- koffice-1.5.1/lib/kotext/KoTextObject.cpp.orig     2006-05-16 
14:04:54.000000000 -0400
-+++ koffice-1.5.1/lib/kotext/KoTextObject.cpp  2006-05-16 14:05:38.000000000 
-0400
-@@ -143,10 +143,11 @@
-     m_needsSpellCheck = true;
- }
- 
--void KoTextObject::slotParagraphDeleted(KoTextParag * /*parag*/)
-+void KoTextObject::slotParagraphDeleted(KoTextParag * parag)
- {
--    // ### TODO: remove from kwbgspellcheck
--    // not needed, since KoTextIterator takes care of that.
-+    if ( m_lastFormatted == parag )
-+        m_lastFormatted = parag->next();
-+
- }
- 
- int KoTextObject::docFontSize( KoTextFormat * format ) const

Modified: trunk/experimental/10.4/main/finkinfo/kde/koffice.patch
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/main/finkinfo/kde/koffice.patch&rev=39&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/10.4/main/finkinfo/kde/koffice.patch (original)
+++ trunk/experimental/10.4/main/finkinfo/kde/koffice.patch Thu May 18 21:54:29 
2006
@@ -2543,20 +2543,3 @@
  METASOURCES = AUTO
  kde_module_LTLIBRARIES = krossruby.la
  
---- koffice-1.5.1/lib/kotext/KoTextObject.cpp.orig     2006-05-16 
14:04:54.000000000 -0400
-+++ koffice-1.5.1/lib/kotext/KoTextObject.cpp  2006-05-16 14:05:38.000000000 
-0400
-@@ -143,10 +143,11 @@
-     m_needsSpellCheck = true;
- }
- 
--void KoTextObject::slotParagraphDeleted(KoTextParag * /*parag*/)
-+void KoTextObject::slotParagraphDeleted(KoTextParag * parag)
- {
--    // ### TODO: remove from kwbgspellcheck
--    // not needed, since KoTextIterator takes care of that.
-+    if ( m_lastFormatted == parag )
-+        m_lastFormatted = parag->next();
-+
- }
- 
- int KoTextObject::docFontSize( KoTextFormat * format ) const

Modified: trunk/experimental/common/main/finkinfo/kde/koffice.patch
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/main/finkinfo/kde/koffice.patch&rev=39&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/common/main/finkinfo/kde/koffice.patch (original)
+++ trunk/experimental/common/main/finkinfo/kde/koffice.patch Thu May 18 
21:54:29 2006
@@ -2666,20 +2666,3 @@
  METASOURCES = AUTO
  kde_module_LTLIBRARIES = krossruby.la
  
---- koffice-1.5.1/lib/kotext/KoTextObject.cpp.orig     2006-05-16 
14:04:54.000000000 -0400
-+++ koffice-1.5.1/lib/kotext/KoTextObject.cpp  2006-05-16 14:05:38.000000000 
-0400
-@@ -143,10 +143,11 @@
-     m_needsSpellCheck = true;
- }
- 
--void KoTextObject::slotParagraphDeleted(KoTextParag * /*parag*/)
-+void KoTextObject::slotParagraphDeleted(KoTextParag * parag)
- {
--    // ### TODO: remove from kwbgspellcheck
--    // not needed, since KoTextIterator takes care of that.
-+    if ( m_lastFormatted == parag )
-+        m_lastFormatted = parag->next();
-+
- }
- 
- int KoTextObject::docFontSize( KoTextFormat * format ) const



_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to