From 8a3912c8eb25d1acacbc0a18355f2ca75d418908 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 20 Jul 2019 18:57:33 +0200 Subject: Fix typo "an OLE", to complete: https://gerrit.libreoffice.org/#/c/75983/ Change-Id: Idd5b9286348b4fa1e3382983c72b010654a1f4c2 Reviewed-on: https://gerrit.libreoffice.org/76038 Tested-by: Jenkins Reviewed-by: Andrea Gelmini --- svx/source/unodraw/unoshap4.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx/source') diff --git a/svx/source/unodraw/unoshap4.cxx b/svx/source/unodraw/unoshap4.cxx index 158b8f2e1cce..ccab2930ba32 100644 --- a/svx/source/unodraw/unoshap4.cxx +++ b/svx/source/unodraw/unoshap4.cxx @@ -131,7 +131,7 @@ bool SvxOle2Shape::setPropertyValueImpl( const OUString& rName, const SfxItemPro OUString aCLSID; if( rValue >>= aCLSID ) { - // init a ole object with a global name + // init an OLE object with a global name SvGlobalName aClassName; if( aClassName.MakeId( aCLSID ) ) { -- cgit