From 33fac4828038bc38ab4a0c4b891d762a5ae73e5e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 24 Dec 2015 09:21:23 +0200 Subject: loplugin:unnecessaryvirtual MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit and unwind some apparently now unused VCL OpenGL and GlyphCachePeer stuff. Change-Id: Ic85302d4e1ad4056dabc49c97a608891052e3167 Reviewed-on: https://gerrit.libreoffice.org/20920 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- mysqlc/source/mysqlc_connection.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysqlc') diff --git a/mysqlc/source/mysqlc_connection.hxx b/mysqlc/source/mysqlc_connection.hxx index a41f3499cabf..50ac3c5ac15d 100644 --- a/mysqlc/source/mysqlc_connection.hxx +++ b/mysqlc/source/mysqlc_connection.hxx @@ -114,7 +114,7 @@ namespace connectivity sal_Int32 getMysqlVersion() throw(SQLException, RuntimeException); - virtual void construct(const rtl::OUString& url,const css::uno::Sequence< css::beans::PropertyValue >& info) + void construct(const rtl::OUString& url,const css::uno::Sequence< css::beans::PropertyValue >& info) throw(SQLException); OConnection(MysqlCDriver& _rDriver, sql::Driver * cppDriver); -- cgit v1.2.3