summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/app.cxx2
-rw-r--r--desktop/source/lib/init.cxx2
2 files changed, 2 insertions, 2 deletions
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;