# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_UITest_UITest,statistics)) $(eval $(call gb_UITest_add_modules,statistics,$(SRCDIR)/sc/qa/uitest,\ statistics/ \ )) $(eval $(call gb_UITest_set_defs,statistics, \ TDOC="$(SRCDIR)/sc/qa/uitest/statistics/data" \ )) # vim: set noet sw=4 ts=4: class='form'>
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/mysqlc
AgeCommit message (Expand)Author
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-07-31loplugin:oncevarNoel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-07-04loplugin:unusedfields l10ntools..rscNoel Grandin
2017-06-25loplugin:oncevar in l10ntools..mysqlcNoel Grandin
2017-06-23loplugin:unusedfields in jvmfwk..mysqlcNoel Grandin
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-25Fix typosAndrea Gelmini
2017-03-07Remove redundant 'inline' keyword, Linux reduxStephan Bergmann
2017-03-02Fix typosAndrea Gelmini
2017-02-23With GCC -std=gnu++17, dynamic exception specifications cause an errorStephan Bergmann
2017-02-16external/mysqlcppconn: Silence -Wdynamic-exception-spec errorsStephan Bergmann
2017-02-03boost::scoped_ptr -> std::unique_ptr in mysqlcNoel Grandin
2017-02-03new loplugin:unusedenumconstantsNoel Grandin
2017-01-31Work around GCC 7 -Werror=implicit-fallthrough=Stephan Bergmann
2017-01-31Silence GCC 7 warnings in cppconn/exception.hStephan Bergmann
2017-01-27Remove dynamic exception specifications from !LIBO_INTERNAL_ONLYStephan Bergmann
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin
2016-12-13OSL_TRACE->SAL in framework..salNoel Grandin
2016-11-17loplugin:datamembershadowNoel Grandin
2016-11-02loplugin:singlevalfieldsNoel Grandin
2016-10-27Remove bogus comments about ~IPropertyArrayHelper not being virtualStephan Bergmann
2016-09-20Remove obsolete workaround for SUNPRO 5 compilerStephan Bergmann
2016-09-18loplugin:unusedenumvaluesNoel Grandin