diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2003-01-02 13:59:16 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2003-01-02 13:59:16 +0000 |
commit | 2d1fcec5239403a7bb0bbd825724c02b14cb74e5 (patch) | |
tree | 957db074c31fa30e84e67f21ec933140a42291ba /editors/koffice-kde4/files/patch-kspread-kspread_view.cc | |
parent | Update to 0.8.2. (diff) |
Update to 1.2.1.
Diffstat (limited to 'editors/koffice-kde4/files/patch-kspread-kspread_view.cc')
-rw-r--r-- | editors/koffice-kde4/files/patch-kspread-kspread_view.cc | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/editors/koffice-kde4/files/patch-kspread-kspread_view.cc b/editors/koffice-kde4/files/patch-kspread-kspread_view.cc deleted file mode 100644 index 6b481feb2b45..000000000000 --- a/editors/koffice-kde4/files/patch-kspread-kspread_view.cc +++ /dev/null @@ -1,47 +0,0 @@ ---- ./kspread/kspread_view.cc.orig Sat Aug 31 07:13:44 2002 -+++ ./kspread/kspread_view.cc Sun Nov 17 06:32:41 2002 -@@ -1426,7 +1426,7 @@ - if(m_pDoc->getKSpellConfig()) - { - m_pDoc->getKSpellConfig()->setIgnoreList(m_pDoc->spellListIgnoreAll()); --#if KDE_VERSION >= 305 -+#if KDE_VERSION >= 306 - m_pDoc->getKSpellConfig()->setReplaceAllList(m_spell.replaceAll); - #endif - -@@ -1457,7 +1457,7 @@ - QObject::connect( m_spell.kspell, SIGNAL( ignoreall (const QString & ) ), - this, SLOT( spellCheckerIgnoreAll( const QString & ) ) ); - --#if KDE_VERSION >= 305 -+#if KDE_VERSION >= 306 - QObject::connect( m_spell.kspell, SIGNAL( replaceall( const QString & , const QString & )), this, SLOT( spellCheckerReplaceAll( const QString & , const QString & ))); - #endif - -@@ -1567,7 +1567,7 @@ - m_spell.firstSpellTable = 0L; - m_spell.currentSpellTable = 0L; - m_spell.currentCell = 0L; --#if KDE_VERSION >= 305 -+#if KDE_VERSION >= 306 - m_spell.replaceAll.clear(); - #endif - -@@ -1713,7 +1713,7 @@ - } - } - } --#if KDE_VERSION >= 305 -+#if KDE_VERSION >= 306 - m_spell.replaceAll.clear(); - #endif - -@@ -1733,7 +1733,7 @@ - m_spell.kspell->cleanUp(); - delete m_spell.kspell; - m_spell.kspell = 0L; --#if KDE_VERSION >= 305 -+#if KDE_VERSION >= 306 - m_spell.replaceAll.clear(); - #endif - |