From ee8f0a10661b747db9a82b9acba4de343a5a51d6 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 31 Aug 2019 19:29:31 +0200 Subject: Fix '..' To complete this: https://gerrit.libreoffice.org/#/c/78312/ This is a massive replace for ".." instead of "..." between words. It passed "make check" on Linux. Change-Id: I144d8061fca9f545c762941551e59dffdd3650e8 Reviewed-on: https://gerrit.libreoffice.org/78357 Reviewed-by: Julien Nabet Tested-by: Jenkins --- extensions/source/ole/oleobjw.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions') diff --git a/extensions/source/ole/oleobjw.cxx b/extensions/source/ole/oleobjw.cxx index 15e84503d3ba..16755415ab2a 100644 --- a/extensions/source/ole/oleobjw.cxx +++ b/extensions/source/ole/oleobjw.cxx @@ -444,7 +444,7 @@ Any SAL_CALL IUnknownWrapper::getValue( const OUString& aPropertyName ) o2u_attachCurrentThread(); ITypeInfo * pInfo = getTypeInfo(); // I was going to implement an XServiceInfo interface to allow the type - // of the automation object to be exposed.. but it seems + // of the automation object to be exposed... but it seems // from looking at comments in the code that it is possible for // this object to actually wrap a UNO object ( I guess if automation is // used from MSO to create Openoffice objects ) Therefore, those objects -- cgit