From ed8952596750cfef30594d5eba5012e667edb968 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 11 Oct 2016 15:57:21 +0200 Subject: improve error message in refcounting plugin Change-Id: I02b483c1d696913b33112b9248747f9c3d28dc55 --- compilerplugins/clang/refcounting.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'compilerplugins') diff --git a/compilerplugins/clang/refcounting.cxx b/compilerplugins/clang/refcounting.cxx index bcfc11bb5bbc..ffbe478300d9 100644 --- a/compilerplugins/clang/refcounting.cxx +++ b/compilerplugins/clang/refcounting.cxx @@ -340,7 +340,8 @@ void RefCounting::checkUnoReference(QualType qt, const Decl* decl, const std::st DiagnosticsEngine::Warning, "uno::Reference " + rDeclName + " with template parameter that does not contain ::static_type() " + qt.getAsString() - + ", parent is " + rParentName, + + ", parent is " + rParentName + + ", should probably be using rtl::Reference instead" decl->getLocation()) << decl->getSourceRange(); } -- cgit reoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/inc/drwlayer.hxx
AgeCommit message (Expand)Author
2024-03-07make more symbols private in calcNoel Grandin
2024-03-02Simplify a bitMike Kaganski
2023-10-06SdrModel::getUnoModel can use XModel instead of XInterfaceNoel Grandin
2023-05-07tdf#139083 Only resize if 'resize with cell' is setRegina Henschel
2023-03-30sc drawstyles: Add a default style and make use of itMaxim Monastirsky
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2021-03-07ref-count SdrPageNoel
2021-02-23loplugin:constantparamNoel
2021-02-02tdf#137081, tdf137082 fixes shape handling in RTL sheetsRegina Henschel
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-04loplugin:constantparamNoel
2020-10-31Improve 'resize with cell' handlingRegina Henschel
2020-10-20use tools::Long in scNoel
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2019-11-01loplugin:finalclasses in sc/incNoel Grandin
2019-08-27Remove duplicated sc imagemap functionsSamuel Mehrbrodt
2019-08-12Fix typosAndrea Gelmini
2019-05-15tdf#123762 Cell anchored object is deleted if cell is deletedIlhan Yesil
2018-11-27Refactor calc non-linear ViewToDevice transformArmin Le Grand