From b0ea26db80b677b0fbe7d7f65a4953f4878403ed Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 5 Mar 2008 16:01:06 +0000 Subject: INTEGRATION: CWS dba30a (1.13.132); FILE MERGED 2008/02/20 21:31:56 fs 1.13.132.2: remove unused code Issue number: #i86284# Submitted by: cmc@openoffice.org Reviewed by: fs@openoffice.org 2008/01/14 09:12:24 fs 1.13.132.1: remove unused code Issue number: #i85177# Submitted by: cmc@openoffice.org Reviewed by: frank.schoenheit@sun.com --- dbaccess/source/ui/dlg/tablespage.hxx | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'dbaccess/source/ui/dlg/tablespage.hxx') diff --git a/dbaccess/source/ui/dlg/tablespage.hxx b/dbaccess/source/ui/dlg/tablespage.hxx index 245c2c9a8fac..c017c3776985 100644 --- a/dbaccess/source/ui/dlg/tablespage.hxx +++ b/dbaccess/source/ui/dlg/tablespage.hxx @@ -4,9 +4,9 @@ * * $RCSfile: tablespage.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: kz $ $Date: 2007-05-10 10:26:40 $ + * last change: $Author: kz $ $Date: 2008-03-05 17:01:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -125,22 +125,6 @@ namespace dbaui */ ::com::sun::star::uno::Sequence< ::rtl::OUString > collectDetailedSelection() const; - typedef sal_Bool (SvListView::*EntryPredicateCheck) (SvListEntry*) const; - /// collects the names of the entries which for which the given predicate is - void collectEntryPaths(StringArray& _rFillInPaths, EntryPredicateCheck _pPredicateCheck); - - typedef void (OTableSubscriptionPage::*EntryAction) (SvLBoxEntry*); - /// execute the given action on a list of entries described by paths - void actOnEntryPaths(const StringArray& _rFillInPaths, EntryAction _pAction); - - /// get the entry described by the given path - SvLBoxEntry* getEntryFromPath(const ::rtl::OUString& _rPath); - - /// helper for actOnEntryPaths - void doExpand(SvLBoxEntry*); - /// helper for actOnEntryPaths - void doSelect(SvLBoxEntry*); - /// (un)check all entries void CheckAll( BOOL bCheck = sal_True ); -- cgit