summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-11-02 18:15:51 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-11-02 20:42:17 +0100
commit4460f5f8503db44bf8e62fd4b2f7246a87156f84 (patch)
tree769c29c5de7b2ac500ef1fbf0be918c17701dc8b /compilerplugins
parent6e39d9cea4519c9ca633020a68b8fbeea796ae52 (diff)
Fix typos
Change-Id: Ifc4b1c24b41a9ca7e7b3adcc46e3498f3af5a0b7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105192 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/xmlimport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/xmlimport.cxx b/compilerplugins/clang/xmlimport.cxx
index c82a8d960228..f9e5659d71c0 100644
--- a/compilerplugins/clang/xmlimport.cxx
+++ b/compilerplugins/clang/xmlimport.cxx
@@ -54,7 +54,7 @@ public:
return false;
if (loplugin::isSamePathname(fn, SRCDIR "/sc/source/filter/xml/xmlannoi.cxx"))
return false;
- // this class specifically wants to prevent some endFastElement processing happening in it's superclass
+ // this class specifically wants to prevent some endFastElement processing happening in its superclass
if (loplugin::isSamePathname(fn, SRCDIR
"/xmloff/source/text/XMLIndexBibliographySourceContext.cxx"))
return false;