svx/source/unodraw/unoshap4.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 29c32b59d5c0d91d28ba5086ee253fa39a784440 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Jun 19 15:21:32 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Jun 19 22:57:22 2024 +0200 Fix typo Change-Id: Iee7b1093d5e426fb956229e9d5a57f4e1f163a06 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169226 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/svx/source/unodraw/unoshap4.cxx b/svx/source/unodraw/unoshap4.cxx index 58ad9a6b2db0..19cb3c318986 100644 --- a/svx/source/unodraw/unoshap4.cxx +++ b/svx/source/unodraw/unoshap4.cxx @@ -297,7 +297,7 @@ bool SvxOle2Shape::getPropertyValueImpl( const OUString& rName, const SfxItemPro if ( xObj.is() && ( pProperty->nWID == OWN_ATTR_OLE_EMBEDDED_OBJECT || pProperty->nWID == OWN_ATTR_OLE_EMBEDDED_OBJECT_NONEWCLIENT || svt::EmbeddedObjectRef::TryRunningState( xObj ) ) ) { - // Discussed with CL fue to the before GetPaintingPageView + // Discussed with CL due to the before GetPaintingPageView // usage. Removed it, former fallback is used now if ( pProperty->nWID == OWN_ATTR_OLEMODEL || pProperty->nWID == OWN_ATTR_OLE_EMBEDDED_OBJECT ) {