diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-06-25 20:53:35 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-06-26 08:59:11 +0200 |
commit | e8a241d1cb1abb30d6b1b76520f742f16311318b (patch) | |
tree | cf27513a59261ab905de8316be78a1f8e62051c6 /xmloff/source | |
parent | 32b295b7392c4a14def87e4fa0b9fa74f9441ffd (diff) |
Fix typo
Change-Id: Id4ff56962a9a02dbd7d6a449cc26805b30ec271e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169531
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/draw/ximpshap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx index 89bb474f928e..f433107d4eb9 100644 --- a/xmloff/source/draw/ximpshap.cxx +++ b/xmloff/source/draw/ximpshap.cxx @@ -226,7 +226,7 @@ css::uno::Reference< css::xml::sax::XFastContextHandler > SdXMLShapeContext::cre } } - // if we have a text cursor, lets try to import some text + // if we have a text cursor, let's try to import some text if( mxCursor.is() ) { xContext = GetImport().GetTextImport()->CreateTextChildContext( |