diff options
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/shape/WpsContext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/shape/WpsContext.cxx b/oox/source/shape/WpsContext.cxx index 86e02d24b146..943d639fd8f6 100644 --- a/oox/source/shape/WpsContext.cxx +++ b/oox/source/shape/WpsContext.cxx @@ -96,7 +96,7 @@ bool lcl_getTextPropsFromFrameText(const uno::Reference<text::XText>& xText, // CharInteropGrabBag puts all attributes of an element into a property with Name="attributes" and // Value being a sequence of the attributes. This methods finds the value of an individual rName -// attribute and puts it into rValue paramenter. If it does not find it, rValue is unchanged and +// attribute and puts it into rValue parameter. If it does not find it, rValue is unchanged and // the methode returns false, otherwise it returns true. bool lcl_getAttributeAsString(const uno::Sequence<beans::PropertyValue>& aPropertyValueAsSeq, const OUString& rName, OUString& rValue) |