/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * 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/. */ #ifndef INCLUDED_XMLSECURITY_INC_XSECXMLSECDLLAPI_H #define INCLUDED_XMLSECURITY_INC_XSECXMLSECDLLAPI_H #include #if defined(XSECXMLSEC_DLLIMPLEMENTATION) #define XSECXMLSEC_DLLPUBLIC SAL_DLLPUBLIC_EXPORT #else #define XSECXMLSEC_DLLPUBLIC SAL_DLLPUBLIC_IMPORT #endif #endif // INCLUDED_XMLSECURITY_INC_XSECXMLSECDLLAPI_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ p://www.w3.org/1999/xhtml'>
ucb, uno*, uui

Change-Id: Ic4b6d541eb0df8bf7bceddf178ebb5177ad2b87b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112046
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
clang-format toolkit, tools, uui with under 5-percent lines of change 2020-03-07T14:27:45+00:00 Muhammet Kara muhammet.kara@collabora.com 2020-03-07T09:57:44+00:00 f31af3ed40fba2376eb19238d3e158e91b6d1b29 Files which could become clang-format conformant with under 5-percent lines of change relative to the total count of lines in the file are found by using bin/find-clang-format.py, and fixed with /opt/lo/bin/clang-format -i <path-of-the-file> There will be follow-up patches to fix all 'under-5-percent' files. Change-Id: I4952f350f4d22913ea94689b902ffa26c223ff96 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90152 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Files which could become clang-format conformant with
under 5-percent lines of change relative to the total
count of lines in the file are found by using bin/find-clang-format.py,
and fixed with /opt/lo/bin/clang-format -i <path-of-the-file>

There will be follow-up patches to fix all 'under-5-percent' files.

Change-Id: I4952f350f4d22913ea94689b902ffa26c223ff96
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90152
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
AuthFallbackDlg 2018-05-17T20:16:09+00:00 Caolán McNamara caolanm@redhat.com 2018-05-17T09:16:55+00:00 bf09cd79d3414d88ea6c1d348ed191a77e8c413e Change-Id: I69676dd437caefca63805e86f4707527183f622f Reviewed-on: https://gerrit.libreoffice.org/54487 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Change-Id: I69676dd437caefca63805e86f4707527183f622f
Reviewed-on: https://gerrit.libreoffice.org/54487
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
a/cp-6.0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/inc/dbfld.hxx
tr>
AgeCommit message (Expand)Author
2017-05-08loplugin:checkunusedparams in sw(part2)Noel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
authorStephan Bergmann <sbergman@redhat.com>2018-01-23 10:40:48 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-01-24 07:56:06 +0100
commitb3b22ee3de5ddfc73e44a2d425450b1deeb3ed0d (patch)
tree232d1dcab2e2e71155e3a3cd8d4eb9d76df3ff06 /external
parentde8f6b25de6fbe813fe172542e7eff1596b37335 (diff)
Silence upcoming GCC 8 -Werror=parentheses in external/boost
...reporting such delights as > [CXX] sal/cppunittester/cppunittester.cxx > In file included from workdir/UnpackedTarball/boost/boost/mpl/aux_/na_assert.hpp:23, [...] > from external/boost/include/boost/algorithm/string.hpp:25, > from sal/cppunittester/cppunittester.cxx:60: > workdir/UnpackedTarball/boost/boost/mpl/assert.hpp:188:21: error: unnecessary parentheses in declaration of ‘assert_arg’ [-Werror=parentheses] > failed ************ (Pred::************ > ^ where boost/mpl/assert.hpp contains > template< typename Pred > > failed ************ (Pred::************ > assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type ) > ); Change-Id: I6976b2cc23f1d309d27d3fde9098b10c9d877599 Reviewed-on: https://gerrit.libreoffice.org/48386 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>