[Libreoffice-commits] .: sc/inc sc/source

Markus Mohrhard mmohrhard at kemper.freedesktop.org
Mon May 9 18:25:53 PDT 2011


 sc/inc/table.hxx               |    2 --
 sc/source/core/data/table1.cxx |    2 --
 2 files changed, 4 deletions(-)

New commits:
commit 9698b848200ab5678f672c797a4175b4e854c1bc
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Tue May 10 03:21:46 2011 +0200

    remove unused member variable

diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx
index b41c179..2fd4821 100644
--- a/sc/inc/table.hxx
+++ b/sc/inc/table.hxx
@@ -45,7 +45,6 @@
 #include <boost/shared_ptr.hpp>
 
 namespace utl {
-    class SearchParam;
     class TextSearch;
 }
 
@@ -162,7 +161,6 @@ private:
     SCTAB			nTab;
     sal_uInt16			nRecalcLvl;				// recursion level Size-Recalc
     ScDocument*		pDocument;
-    utl::SearchParam*	pSearchParam;
     utl::TextSearch*	pSearchText;
 
     mutable String  aUpperName;             // #i62977# filled only on demand, reset in SetName
diff --git a/sc/source/core/data/table1.cxx b/sc/source/core/data/table1.cxx
index 4eb5887..8d937bd 100644
--- a/sc/source/core/data/table1.cxx
+++ b/sc/source/core/data/table1.cxx
@@ -260,7 +260,6 @@ ScTable::ScTable( ScDocument* pDoc, SCTAB nNewTab, const String& rNewName,
     nTab( nNewTab ),
     nRecalcLvl( 0 ),
     pDocument( pDoc ),
-    pSearchParam( NULL ),
     pSearchText ( NULL ),
     pSortCollator( NULL ),
     bPrintEntireSheet(true),
@@ -336,7 +335,6 @@ ScTable::~ScTable()
     delete pRowFlags;
     delete pSheetEvents;
     delete pOutlineTable;
-    delete pSearchParam;
     delete pSearchText;
     delete pRepeatColRange;
     delete pRepeatRowRange;


More information about the Libreoffice-commits mailing list