diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-02 18:26:18 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2015-07-03 09:14:23 +0000 |
commit | 1c5f07e60cfd81f27ad3aea0b56634554f3ef5a9 (patch) | |
tree | b3483c88ce443c8e8764b11782be236fc2e0170a /xmloff/source/core | |
parent | 87dc6c82d5cd174ae2384b66a203a93402b43291 (diff) |
Fix typos
Change-Id: I98b4dfb0f72f315065693335e2f882bb2eed3afe
Reviewed-on: https://gerrit.libreoffice.org/16713
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'xmloff/source/core')
-rw-r--r-- | xmloff/source/core/DomBuilderContext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/core/DomBuilderContext.cxx b/xmloff/source/core/DomBuilderContext.cxx index d3a577af35f0..77dfda09a611 100644 --- a/xmloff/source/core/DomBuilderContext.cxx +++ b/xmloff/source/core/DomBuilderContext.cxx @@ -122,7 +122,7 @@ void DomBuilderContext::StartElement( const OUString& rName = xAttrList->getNameByIndex( i ); const OUString& rValue = xAttrList->getValueByIndex( i ); - // namespace handling: determine namespace & namespace keykey + // namespace handling: determine namespace & namespace key OUString sNamespace; sal_uInt16 nNamespaceKey = GetImport().GetNamespaceMap()._GetKeyByAttrName( |