From e07606fdd000fa7ee197a7596e673d392591b1e7 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 23 Oct 2017 13:00:42 +0200 Subject: Fix typos Change-Id: Ia30f466d08a9366b527225bbc0965f85881c7431 Reviewed-on: https://gerrit.libreoffice.org/43714 Tested-by: Jenkins Reviewed-by: Julien Nabet --- idl/source/objects/object.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'idl') diff --git a/idl/source/objects/object.cxx b/idl/source/objects/object.cxx index bb261c44138f..5aeb87066185 100644 --- a/idl/source/objects/object.cxx +++ b/idl/source/objects/object.cxx @@ -195,10 +195,10 @@ void SvMetaClass::InsertSlots( SvSlotElementList& rList, std::vector& } } - // All Interfaces already imported by SuperShells should not be + // All Interfaces already imported by SuperShell should not be // written any more. // It is prohibited that Shell and SuperShell directly import the same - //class. + // class. if( GetMetaTypeType() == MetaTypeType::Shell && aSuperClass.is() ) aSuperClass->FillClasses( rClassList ); -- cgit