diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-01-02 14:49:28 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-01-02 14:13:50 +0000 |
commit | 3b7c9049c6887c0004edb9da9fd4a68d4c8ab951 (patch) | |
tree | 86b34769ea3b95882e0f4b685859f44481e28883 /oox/source/shape | |
parent | 75b8f7693ceb2d78acc066c4ea92a9d085a9d7d6 (diff) |
Fix typo
Change-Id: I670b264e19de78064b8a590c309820013a032479
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144954
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox/source/shape')
-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) |