From 5ccc8124a03cffca3a1848f754524a06a063cb51 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 25 Jul 2019 00:42:27 +0200 Subject: Fix typos Change-Id: I59a0fd175fa5185c15d093d2d9bed9f95bb4cfd5 Reviewed-on: https://gerrit.libreoffice.org/76280 Tested-by: Jenkins Reviewed-by: Andrea Gelmini --- extensions/source/ole/unoconversionutilities.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/source') diff --git a/extensions/source/ole/unoconversionutilities.hxx b/extensions/source/ole/unoconversionutilities.hxx index c75428c87caa..8948de229205 100644 --- a/extensions/source/ole/unoconversionutilities.hxx +++ b/extensions/source/ole/unoconversionutilities.hxx @@ -1821,7 +1821,7 @@ Reference UnoConversionUtilities::createAdapter(const Sequence xIntAdapterFac; xIntAdapterFac= m_smgr->createInstance(INTERFACE_ADAPTER_FACTORY); // We create an adapter object that does not only implement the required type but also - // all types that the COM object pretends to implement. An COM object must therefore + // all types that the COM object pretends to implement. A COM object must therefore // support the property "_implementedInterfaces". Reference xIntAdapted; Reference xInv(receiver, UNO_QUERY); -- cgit