Fix typos
Change-Id: I4f16ba5fc32cbfd6a5b01e495f3ad905da193524 Reviewed-on: https://gerrit.libreoffice.org/34808 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
committed by
Noel Grandin
parent
ba48819e9f
commit
6fab286b2a
@@ -197,7 +197,7 @@ for d in definitionSet:
|
||||
continue
|
||||
if isOtherConstness(d, callSet):
|
||||
continue
|
||||
# include assigment operators, if we remove them, the compiler creates a default one, which can have odd consequences
|
||||
# include assignment operators, if we remove them, the compiler creates a default one, which can have odd consequences
|
||||
if "::operator=(" in d[1]:
|
||||
continue
|
||||
# these are only invoked implicitly, so the plugin does not see the calls
|
||||
|
Reference in New Issue
Block a user