diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-11-13 10:08:47 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-11-14 10:15:04 +0100 |
commit | ecc060715a7f903ff48a9db3d9c4c31769e82a18 (patch) | |
tree | e6b7c9c75d6be66e74290662053c08e777515d4b /dbaccess | |
parent | f7450d02665f8f6940d2f115ef16fb98d166403e (diff) |
-Werror,-Wunused-member-function
Change-Id: If7618661da2b6c919ec05abace03723cb961c741
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/tabledesign/TableController.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/dbaccess/source/ui/tabledesign/TableController.cxx b/dbaccess/source/ui/tabledesign/TableController.cxx index 5df5078c0925..49c3173e8ada 100644 --- a/dbaccess/source/ui/tabledesign/TableController.cxx +++ b/dbaccess/source/ui/tabledesign/TableController.cxx @@ -109,15 +109,6 @@ namespace xNameCont->dropByName(_sTableName); } } - struct OTableRowCompare : public ::std::binary_function< ::boost::shared_ptr<OTableRow> , OUString, bool> - { - bool operator() (const ::boost::shared_ptr<OTableRow> lhs, const OUString& rhs) const - { - OFieldDescription* pField = lhs->GetActFieldDescr(); - return pField && pField->GetName() == rhs; - } - }; - } OUString SAL_CALL OTableController::getImplementationName() throw( RuntimeException ) |