summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-24 17:01:46 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-24 21:20:18 +0200
commite4f7907c0a69a450c13031b3c9539191643c9491 (patch)
treea07d81760151291f0fe7654ad80eeeaaf2acaac7 /dbaccess
parent94bc78d2d4d51bb56cce0ea3af3cedd2f26cdd8d (diff)
cppcheck: unreadVariable
Change-Id: Iedb0eaa740943964b9f6242f7908099a92077413
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/dlg/tablespage.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/dbaccess/source/ui/dlg/tablespage.cxx b/dbaccess/source/ui/dlg/tablespage.cxx
index a12bf477a511..9f1a4a77b530 100644
--- a/dbaccess/source/ui/dlg/tablespage.cxx
+++ b/dbaccess/source/ui/dlg/tablespage.cxx
@@ -356,9 +356,6 @@ namespace dbaui
}
}
- bValid = bValid && m_xCurrentConnection.is();
- bReadonly = bReadonly || !bValid;
-
// get the current table filter
SFX_ITEMSET_GET(_rSet, pTableFilter, OStringListItem, DSID_TABLEFILTER, true);
Sequence< OUString > aTableFilter;