# -*- 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_CppunitTest_CppunitTest,oox_vml)) $(eval $(call gb_CppunitTest_use_externals,oox_vml,\ boost_headers \ )) $(eval $(call gb_CppunitTest_add_exception_objects,oox_vml, \ oox/qa/unit/vml \ )) $(eval $(call gb_CppunitTest_use_libraries,oox_vml, \ comphelper \ cppu \ cppuhelper \ oox \ sal \ subsequenttest \ test \ unotest \ utl \ tl \ )) $(eval $(call gb_CppunitTest_use_sdk_api,oox_vml)) $(eval $(call gb_CppunitTest_use_ure,oox_vml)) $(eval $(call gb_CppunitTest_use_vcl,oox_vml)) $(eval $(call gb_CppunitTest_use_rdb,oox_vml,services)) $(eval $(call gb_CppunitTest_use_custom_headers,oox_vml,\ officecfg/registry \ )) $(eval $(call gb_CppunitTest_use_configuration,oox_vml)) # vim: set noet sw=4 ts=4: distro/cib/libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/cppuhelper/access_control.hxx
AgeCommit message (Collapse)Author
2022-09-17Silence -Werror,-Wdeprecated-copy-with-user-provided-copy (clang-cl)Stephan Bergmann
> In file included from cppuhelper/source/access_control.cxx:21: > include\cppuhelper/access_control.hxx(58,5): error: definition of implicit copy assignment operator for 'AccessControl' is deprecated because it has a user-provided copy constructor [-Werror,-Wdeprecated-copy-with-user-provided-copy] > AccessControl( ::cppu::AccessControl const & ac ); > ^ > include\cppuhelper/access_control.hxx(37,44): note: in implicit copy assignment operator for 'cppu::AccessControl' first required here > class SAL_WARN_UNUSED CPPUHELPER_DLLPUBLIC AccessControl > ^ > include\cppuhelper/access_control.hxx(37,23): note: due to 'AccessControl' being dllexported > class SAL_WARN_UNUSED CPPUHELPER_DLLPUBLIC AccessControl > ^ > include\cppuhelper/cppuhelperdllapi.h(30,30): note: expanded from macro 'CPPUHELPER_DLLPUBLIC' > #define CPPUHELPER_DLLPUBLIC SAL_DLLPUBLIC_EXPORT > ^ > include\sal/types.h(208,47): note: expanded from macro 'SAL_DLLPUBLIC_EXPORT' > # define SAL_DLLPUBLIC_EXPORT __declspec(dllexport) Change-Id: I89b534b33c29fdc2d458087e1f3c2f4c958aa86c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140096 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-02-02tdf#130978 Added comment to all published APImsrijita18
Change-Id: I744788bde9778f85ccd9d7667e19d16842900a29 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110248 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ib420e9216b8313f5ed7634ec375e39ceb741fd45 Reviewed-on: https://gerrit.libreoffice.org/59297 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2017-10-23loplugin:includeform: UNO API include filesStephan Bergmann
Change these back to consistently use the "..." form to include other UNO API include files, for the benefit of external users of this API. Change-Id: I9c9188e895eb3495e20a71ad44abfa2f6061fa94
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
...from function definitions occurring within class definitions. Done with a rewriting Clang plugin (to be pushed later). Change-Id: I9c6f2818a57ccdb361548895a7743107cbacdff8 Reviewed-on: https://gerrit.libreoffice.org/34874 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-01-31a whole bunch of SAL_WARN_UNUSEDNoel Grandin
Change-Id: Iea28debc7d3abc58cca21bd3856cb65b321dc1e6 Reviewed-on: https://gerrit.libreoffice.org/33693 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2015-10-21com::sun::star->css in include/cppuhelperNoel Grandin
Change-Id: I3d9dcd4cd756a3f0d9cedd894377a117c9dbeecc Reviewed-on: https://gerrit.libreoffice.org/19486 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>