From 0940229305247b4e64e8c85c9734020c9808a6ec Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 31 Aug 2019 19:31:43 +0200 Subject: Fix '..' To complete this: https://gerrit.libreoffice.org/#/c/78312/ This is a massive replace for lines ending with ".." instead of "..." It passed "make check" on Linux. Change-Id: I07fa7b2e30ba9ea17a1f9a5e21c57216ba958efe Reviewed-on: https://gerrit.libreoffice.org/78356 Reviewed-by: Julien Nabet Tested-by: Jenkins --- desktop/source/app/app.cxx | 2 +- desktop/source/lib/init.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop') diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index 13f66a9697b9..1071dab7ce07 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -577,7 +577,7 @@ void Desktop::DeInit() osl_removeSignalHandler( pSignalHandler ); } catch (const RuntimeException&) { // someone threw an exception during shutdown - // this will leave some garbage behind.. + // this will leave some garbage behind... } } diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index d7b920632fbf..b9af5f7f9962 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -2160,7 +2160,7 @@ static int doc_saveAs(LibreOfficeKitDocument* pThis, const char* sUrl, const cha OUString aFilterOptions = getUString(pFilterOptions); - // Check if watermark for pdf is passed by filteroptions.. + // Check if watermark for pdf is passed by filteroptions... // It is not a real filter option so it must be filtered out. OUString watermarkText; int aIndex = -1; -- cgit