From 13fac4894f752e922727c6f22c6303712e06ba12 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 1 Aug 2017 13:50:45 +0100 Subject: normalize resource locale ctor construction mechanisms MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit make them all the same and share std::locales more various OModuleClient, etc, classes go away Change-Id: I7e3ff01a69332eeacd22e3078f66a60318de62d5 Reviewed-on: https://gerrit.libreoffice.org/40634 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- dbaccess/source/ui/inc/TableController.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'dbaccess/source/ui/inc/TableController.hxx') diff --git a/dbaccess/source/ui/inc/TableController.hxx b/dbaccess/source/ui/inc/TableController.hxx index e229483c9c27..2b76d4acce70 100644 --- a/dbaccess/source/ui/inc/TableController.hxx +++ b/dbaccess/source/ui/inc/TableController.hxx @@ -38,7 +38,6 @@ namespace dbaui class OTableController : public OTableController_BASE { private: - dbaccess::OModuleClient m_aModuleClient; std::vector< std::shared_ptr > m_vRowList; OTypeInfoMap m_aTypeInfo; std::vector m_aTypeInfoIndex; -- cgit