summaryrefslogtreecommitdiff
path: root/xmloff/source
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-11 08:41:24 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:54 +0200
commitb8239ac2f96a2e9fde3c51148f8ed7c38b019cb5 (patch)
tree40948a4fe95ff444778fdff8db5bd7c12cc79a9b /xmloff/source
parent8d202fa72f024529092b24197f9b5d28d4c1f6d1 (diff)
typo: noone -> no one
Diffstat (limited to 'xmloff/source')
-rw-r--r--xmloff/source/draw/ximpcustomshape.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/ximpcustomshape.cxx b/xmloff/source/draw/ximpcustomshape.cxx
index 38c41f87c6fa..dc4e2f7ca0db 100644
--- a/xmloff/source/draw/ximpcustomshape.cxx
+++ b/xmloff/source/draw/ximpcustomshape.cxx
@@ -932,7 +932,7 @@ void XMLEnhancedCustomShapeContext::StartElement( const uno::Reference< xml::sax
// entries for CustomShapes. To allow for a better ODF user experience, just correct this
// here by getting the real object scale from the already set transformation from the xShape.
// Hopefully LO will fix that bug (but this will still leave the files with the error), but
- // even when not this will do no harm as long noone uses this state explicitely for some
+ // even when not this will do no harm as long no one uses this state explicitely for some
// purpose (e.g. to really have CustomShapes without content, but unlikely).
uno::Reference< beans::XPropertySet > xProps(mrxShape, uno::UNO_QUERY_THROW);
uno::Any aObjectTransform = xProps->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Transformation")));