[Libreoffice-commits] .: binfilter/bf_sw binfilter/inc

Caolán McNamara caolan at kemper.freedesktop.org
Mon Nov 8 12:23:04 PST 2010


 binfilter/bf_sw/source/core/unocore/sw_unotbl.cxx |    1 -
 binfilter/inc/bf_sw/doc.hxx                       |    2 --
 2 files changed, 3 deletions(-)

New commits:
commit 9da4fde58ff562345cbcb8e3d66fa3b3fe0846ac
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Nov 8 20:22:57 2010 +0000

    remove empty method with wrong return type

diff --git a/binfilter/bf_sw/source/core/unocore/sw_unotbl.cxx b/binfilter/bf_sw/source/core/unocore/sw_unotbl.cxx
index 5f9b419..6b4bf6b 100644
--- a/binfilter/bf_sw/source/core/unocore/sw_unotbl.cxx
+++ b/binfilter/bf_sw/source/core/unocore/sw_unotbl.cxx
@@ -2169,7 +2169,6 @@ void SwXTextTable::dispose(void) throw( uno::RuntimeException )
         SwTableSortBoxes& rBoxes = pTable->GetTabSortBoxes();
         SwSelBoxes aSelBoxes;
         aSelBoxes.Insert(rBoxes.GetData(), rBoxes.Count());
-        pFmt->GetDoc()->DeleteRowCol(aSelBoxes);
     }
     else
         throw uno::RuntimeException();
diff --git a/binfilter/inc/bf_sw/doc.hxx b/binfilter/inc/bf_sw/doc.hxx
index b87dcec..1ac72f7 100644
--- a/binfilter/inc/bf_sw/doc.hxx
+++ b/binfilter/inc/bf_sw/doc.hxx
@@ -1282,8 +1282,6 @@ public:
                         sal_uInt16 nCnt = 1, sal_Bool bBehind = sal_True ){DBG_BF_ASSERT(0, "STRIP"); (void)nCnt; (void)bBehind; return FALSE;}
     sal_Bool InsertRow( const SwCursor& /*rCursor*/,
                     sal_uInt16 nCnt = 1, sal_Bool bBehind = sal_True ){DBG_BF_ASSERT(0, "STRIP"); (void)nCnt; (void)bBehind; return FALSE;}
-        // loeschen von Spalten/Zeilen in der Tabelle
-    sal_Bool DeleteRowCol( const SwSelBoxes& /*rBoxes*/ ){DBG_BF_ASSERT(0, "STRIP"); return NULL;}
     sal_Bool DeleteRow( const SwCursor& /*rCursor*/ ){DBG_BF_ASSERT(0, "STRIP"); return FALSE;}
     sal_Bool DeleteCol( const SwCursor& /*rCursor*/ ){DBG_BF_ASSERT(0, "STRIP"); return FALSE;}
         // teilen / zusammenfassen von Boxen in der Tabelle


More information about the Libreoffice-commits mailing list