summaryrefslogtreecommitdiff
path: root/xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx')
-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 0e2a2cbc2a24..e6bf7401f2f2 100644
--- a/xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx
+++ b/xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx
@@ -157,7 +157,7 @@ void UnoInterfaceToUniqueIdentifierMapper::insertReference( const OUString& rIde
while(nLength--)
{
if( (*p < '0') || (*p > '9') )
- return; // a custom id, that will never conflict with genereated id's
+ return; // a custom id, that will never conflict with generated id's
p++;
}