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 --- sot/source/sdstor/storage.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sot') diff --git a/sot/source/sdstor/storage.cxx b/sot/source/sdstor/storage.cxx index 423482349ecf..16d1a976b577 100644 --- a/sot/source/sdstor/storage.cxx +++ b/sot/source/sdstor/storage.cxx @@ -253,7 +253,7 @@ bool SotStorageStream::SetProperty( const OUString& rName, const css::uno::Any& /** * SotStorage::SotStorage() * - * A I.. object must be passed to SvObject, because otherwise itself will + * A I... object must be passed to SvObject, because otherwise itself will * create and define an IUnknown, so that all other I... objects would be * destroyed with delete (Owner() == true). * But IStorage objects are only used and not implemented by ourselves, -- cgit