summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-20 18:57:33 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-21 08:28:37 +0200
commit8a3912c8eb25d1acacbc0a18355f2ca75d418908 (patch)
treea1a91e8643372b524c14fcd6999e21b71268778a /svx
parent59b5eca7030a091b9f39257897e757a51f2345e1 (diff)
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 <andrea.gelmini@gelma.net>
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/sdr/contact/viewcontactofsdrole2obj.hxx2
-rw-r--r--svx/source/unodraw/unoshap4.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/sdr/contact/viewcontactofsdrole2obj.hxx b/svx/inc/sdr/contact/viewcontactofsdrole2obj.hxx
index 8d94c6115aa6..3004ff819e14 100644
--- a/svx/inc/sdr/contact/viewcontactofsdrole2obj.hxx
+++ b/svx/inc/sdr/contact/viewcontactofsdrole2obj.hxx
@@ -53,7 +53,7 @@ public:
explicit ViewContactOfSdrOle2Obj(SdrOle2Obj& rOle2Obj);
virtual ~ViewContactOfSdrOle2Obj() override;
- // helper for creating a OLE sequence for this object. It takes care od attributes, needed
+ // helper for creating an OLE sequence for this object. It takes care od attributes, needed
// scaling (e.g. for EmptyPresObj's), the correct graphic and other stuff. It is used from
// createViewIndependentPrimitive2DSequence with false, and with evtl. HighContrast true
// from the VOC which knows that
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 ) )
{