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 n value='distro/cib/libreoffice-5-3'>distro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-21Typo: containted->containedJulien Nabet
2015-02-21Typo: trough->throughJulien Nabet
2015-02-02Resolves: fdo#88970 fix Incorrect Extended-tips with dodgy ahelp tagsCaolán McNamara
2015-01-22replace '\n' to space in extended help textAndras Timar
2015-01-20Some more loplugin:cstylecast: helpcompilerStephan Bergmann
2015-01-07fdo#39440 reduce scope of local variablesŁukasz Hryniuk
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-17indent try-block, remove obsolete commentMichael Weghorn
2014-12-15coverity#704150 Resource leak in objectCaolán McNamara
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-09-11(Rudimentary) C++11 support is a hard requirement nowStephan Bergmann
2014-07-01New loplugin:stringconcatStephan Bergmann
2014-06-17coverity#1223090 Uncaught exceptionCaolán McNamara
2014-06-10coverity#983682 Uncaught exceptionCaolán McNamara
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-28Fix memory leakStephan Bergmann
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold
2014-04-17Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-14typo: paramter -> parameterThomas Arnhold
2014-02-26Remove visual noise from helpcompilerAlexander Wilms