summaryrefslogtreecommitdiff
path: root/svtools
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 /svtools
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 'svtools')
-rw-r--r--svtools/source/dialogs/colrdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/dialogs/colrdlg.cxx b/svtools/source/dialogs/colrdlg.cxx
index bd2cc410f61f..8f9c01104936 100644
--- a/svtools/source/dialogs/colrdlg.cxx
+++ b/svtools/source/dialogs/colrdlg.cxx
@@ -65,7 +65,7 @@ short SvColorDialog::Execute(weld::Window* pParent)
Reference<css::awt::XWindow> xParent;
if (pParent)
- xParent = pParent->GetXWindow();;
+ xParent = pParent->GetXWindow();
Reference< XExecutableDialog > xDialog = css::cui::ColorPicker::createWithParent(xContext, xParent);
Reference< XPropertyAccess > xPropertyAccess( xDialog, UNO_QUERY_THROW );