summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/unusedvariablemore.cxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2021-10-09 21:48:41 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-10-09 23:17:06 +0200
commit21b2c6b7d8f4661dcbd40df4f8b9126d331cbd7f (patch)
treed2abc6427db679fe455ebdd278d73b26bffb1864 /compilerplugins/clang/unusedvariablemore.cxx
parent25c9f041ad078c94321e18361d6df52894865b7f (diff)
Rename bookmrk* -> bookmark*
Change-Id: I9dec77b2af8abe5abb286ff76ed85d1e4078ee6a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123325 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'compilerplugins/clang/unusedvariablemore.cxx')
-rw-r--r--compilerplugins/clang/unusedvariablemore.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/unusedvariablemore.cxx b/compilerplugins/clang/unusedvariablemore.cxx
index b4394b31f8d6..f165a6d6b50c 100644
--- a/compilerplugins/clang/unusedvariablemore.cxx
+++ b/compilerplugins/clang/unusedvariablemore.cxx
@@ -98,7 +98,7 @@ void UnusedVariableMore::run()
if (fn == SRCDIR "/sc/source/ui/miscdlgs/simpref.cxx")
return;
// Using an SwPaM to do stuff
- if (fn == SRCDIR "/sw/source/core/crsr/bookmrk.cxx")
+ if (fn == SRCDIR "/sw/source/core/crsr/bookmark.cxx")
return;
// index variable in for loop?
if (fn == SRCDIR "/sw/source/uibase/docvw/edtwin.cxx")