From fbc038cc4f4a12f8302ce5b3bd7d739bd66a674e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 10 May 2019 09:34:10 +0100 Subject: an uno -> a uno MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I538db88f8477dd2d2ad25c372928fec6c11d979d Reviewed-on: https://gerrit.libreoffice.org/72105 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- compilerplugins/clang/plugin.hxx | 2 +- compilerplugins/clang/salcall.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'compilerplugins') diff --git a/compilerplugins/clang/plugin.hxx b/compilerplugins/clang/plugin.hxx index 19908d8257e5..984bd11cd315 100644 --- a/compilerplugins/clang/plugin.hxx +++ b/compilerplugins/clang/plugin.hxx @@ -84,7 +84,7 @@ protected: /// to check file names against whitelists, so that it works with preprocessed input too StringRef getFileNameOfSpellingLoc(SourceLocation spellingLocation) const; /** - Checks if the location is inside an UNO file, more specifically, if it forms part of the URE stable interface, + Checks if the location is inside a UNO file, more specifically, if it forms part of the URE stable interface, which is not allowed to be changed. */ bool isInUnoIncludeFile(SourceLocation spellingLocation) const; diff --git a/compilerplugins/clang/salcall.cxx b/compilerplugins/clang/salcall.cxx index 0048b907f552..883f099abc9a 100644 --- a/compilerplugins/clang/salcall.cxx +++ b/compilerplugins/clang/salcall.cxx @@ -225,7 +225,7 @@ bool SalCall::VisitFunctionDecl(FunctionDecl const* decl) return true; } - // some base classes are overridden by sub-classes which override both the base-class and an UNO class + // some base classes are overridden by sub-classes which override both the base-class and a UNO class if (recordDecl) { auto dc = loplugin::DeclCheck(recordDecl); -- cgit