summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/tabletree.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/tabletree.hxx')
-rw-r--r--dbaccess/source/ui/inc/tabletree.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/dbaccess/source/ui/inc/tabletree.hxx b/dbaccess/source/ui/inc/tabletree.hxx
index 4cd9f8f8a8e6..ea35a8609167 100644
--- a/dbaccess/source/ui/inc/tabletree.hxx
+++ b/dbaccess/source/ui/inc/tabletree.hxx
@@ -63,13 +63,6 @@ public:
*/
static bool isFolderEntry( const SvTreeListEntry* _pEntry );
- /** determines whether the given entry denotes a table or view
- */
- static bool isTableOrViewEntry( const SvTreeListEntry* _pEntry )
- {
- return !isFolderEntry( _pEntry );
- }
-
/** fill the table list with the tables belonging to the connection described by the parameters
@param _rxConnection
the connection, which must support the service com.sun.star.sdb.Connection