summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-22 18:52:32 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-08-23 11:10:57 +0200
commit2ddf7c865d78f421417a27f3266188461ee8db0d (patch)
tree8b9b006665552edcb2400d1b6d77bfc9a88ceb4a /xmloff
parente670c7a12d6121795dd70025843ced130dfd8d16 (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.cxx2
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++;
}