oox/source/shape/WpsContext.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3b7c9049c6887c0004edb9da9fd4a68d4c8ab951
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Jan 2 14:49:28 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Jan 2 14:13:50 2023 +0000

    Fix typo
    
    Change-Id: I670b264e19de78064b8a590c309820013a032479
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144954
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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)

Reply via email to