diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-18 13:27:59 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-19 06:30:48 +0000 |
commit | ef637a1c4e16eb9228b6d5e01fc670c4d24afb9b (patch) | |
tree | ed4b8e9c3bbe97d444bac3e61d319c3b8ee2c225 /dbaccess/source/ui/inc/TableConnectionData.hxx | |
parent | 834809dbbef60de6677b80e26753c55c4edf96c2 (diff) |
loplugin:expandablemethodds in dbaccess..drawinglayer
Change-Id: Iee9143999f5c94040dadd378006f2a429ca0edb5
Reviewed-on: https://gerrit.libreoffice.org/30012
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess/source/ui/inc/TableConnectionData.hxx')
-rw-r--r-- | dbaccess/source/ui/inc/TableConnectionData.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/TableConnectionData.hxx b/dbaccess/source/ui/inc/TableConnectionData.hxx index c29d27831e76..99a4ddcdad78 100644 --- a/dbaccess/source/ui/inc/TableConnectionData.hxx +++ b/dbaccess/source/ui/inc/TableConnectionData.hxx @@ -91,8 +91,6 @@ namespace dbaui inline void setReferencingTable(const TTableWindowData::value_type& _pTable) { m_pReferencingTable = _pTable; } inline void setReferencedTable(const TTableWindowData::value_type& _pTable) { m_pReferencedTable = _pTable; } - const OUString& GetConnName() const { return m_aConnName; } - /** Update create a new connection @return true if successful |