From 2e1614441cf56ed174572e2b92a451055ad626bd Mon Sep 17 00:00:00 2001 From: Oliver-Rainer Wittmann Date: Fri, 6 Sep 2013 15:26:36 +0000 Subject: 122862: adjust code for issue 12666 in order to solve regressions 122862, 122870, 122955, 123161 and 123163 For 12666 new internal database ranges have been introduced. The fix reduced its usage to the once needed for the Auto Filter function. Standard Filter and Special Filter should be untouched now. --- sc/source/ui/inc/dbfunc.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sc/source/ui/inc/dbfunc.hxx') diff --git a/sc/source/ui/inc/dbfunc.hxx b/sc/source/ui/inc/dbfunc.hxx index 39a9fae84d3c..141286bdeca4 100644 --- a/sc/source/ui/inc/dbfunc.hxx +++ b/sc/source/ui/inc/dbfunc.hxx @@ -75,7 +75,6 @@ public: // DB-Bereich vom Cursor ScDBData* GetDBData( sal_Bool bMarkArea = sal_True, ScGetDBMode eMode = SC_DB_MAKE, ScGetDBSelection eSel = SC_DBSEL_KEEP ); - //ScRange GetDBRange( BOOL bMark, bool bIgnoreNotes ); void NotifyCloseDbNameDlg( const ScDBCollection& rNewColl, const List& rDelAreaList ); void Consolidate( const ScConsolidateParam& rParam, sal_Bool bRecord = sal_True ); -- cgit