diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-09 10:18:31 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-05-10 19:13:31 +0000 |
commit | 3742748699cc09b04bff3d7c606f1c7a21427357 (patch) | |
tree | a15b82c225518c1688e82bb8384fb9b53974c18e /xmloff | |
parent | 498d3d9c4b1b1201f1a8eaeb52cfd0dd9eaa047b (diff) |
Fix typos
Change-Id: I1c1894fcf533291b34a662b6efb96dcfa75b92b3
Reviewed-on: https://gerrit.libreoffice.org/24760
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/ximpcustomshape.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/draw/ximpcustomshape.cxx b/xmloff/source/draw/ximpcustomshape.cxx index bf76b5969ede..9f482d98092e 100644 --- a/xmloff/source/draw/ximpcustomshape.cxx +++ b/xmloff/source/draw/ximpcustomshape.cxx @@ -1310,7 +1310,7 @@ SvXMLImportContext* XMLEnhancedCustomShapeContext::CreateChildContext( sal_uInt1 { OUString aLocalName; const OUString& rValue = xAttrList->getValueByIndex( nAttr ); - /* fixme sven, this needs to be chekced! sal_uInt16 nPrefix = */ GetImport().GetNamespaceMap().GetKeyByAttrName( xAttrList->getNameByIndex( nAttr ), &aLocalName ); + /* fixme sven, this needs to be checked! sal_uInt16 nPrefix = */ GetImport().GetNamespaceMap().GetKeyByAttrName( xAttrList->getNameByIndex( nAttr ), &aLocalName ); switch( EASGet( aLocalName ) ) { @@ -1339,7 +1339,7 @@ SvXMLImportContext* XMLEnhancedCustomShapeContext::CreateChildContext( sal_uInt1 { OUString aLocalName; const OUString& rValue = xAttrList->getValueByIndex( nAttr ); - /* fixme sven, this needs to be chekced! sal_uInt16 nPrefix = */ GetImport().GetNamespaceMap().GetKeyByAttrName( xAttrList->getNameByIndex( nAttr ), &aLocalName ); + /* fixme sven, this needs to be checked! sal_uInt16 nPrefix = */ GetImport().GetNamespaceMap().GetKeyByAttrName( xAttrList->getNameByIndex( nAttr ), &aLocalName ); switch( EASGet( aLocalName ) ) { case EAS_handle_mirror_vertical : |