diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-22 18:52:32 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-08-23 11:10:57 +0200 |
commit | 2ddf7c865d78f421417a27f3266188461ee8db0d (patch) | |
tree | 8b9b006665552edcb2400d1b6d77bfc9a88ceb4a /xmloff | |
parent | e670c7a12d6121795dd70025843ced130dfd8d16 (diff) |
Fix typos
Change-Id: I6e3e5df63adc7acdac7f41adc1988a734580b084
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101219
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx b/xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx index ce54fe971d44..4884d0ba5823 100644 --- a/xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx +++ b/xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx @@ -87,7 +87,7 @@ bool UnoInterfaceToUniqueIdentifierMapper::registerReference( const OUString& rI while(nLength--) { if( (*p < '0') || (*p > '9') ) - return true; // a custom id, that will never conflict with genereated id's + return true; // a custom id, that will never conflict with generated id's p++; } |