summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-11-11 08:39:26 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-11-11 11:53:45 +0100
commitb9b7f98befb722e59bd84bc9975a4ec381616abc (patch)
tree5e7f74bd990a3aec06bdd50f77826f56ab195edc /desktop
parent8a5a56ebfef298241daf598d7c417aef466e3ec7 (diff)
Removed repeated semicolon
Change-Id: Iefc820a4c4bb87fe113f97b085d8e89f30ff2db5 Reviewed-on: https://gerrit.libreoffice.org/63261 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/app.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index fa8204304f53..b74defb1f640 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1400,7 +1400,7 @@ int Desktop::Main()
batch->commit();
// make sure the change is written to the configuration before we start the update
- css::uno::Reference<css::util::XFlushable> xFlushable(css::configuration::theDefaultProvider::get(xContext), UNO_QUERY);;
+ css::uno::Reference<css::util::XFlushable> xFlushable(css::configuration::theDefaultProvider::get(xContext), UNO_QUERY);
xFlushable->flush();
// avoid the old oosplash staying around
CloseSplashScreen();