From b9b7f98befb722e59bd84bc9975a4ec381616abc Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 11 Nov 2018 08:39:26 +0100 Subject: Removed repeated semicolon Change-Id: Iefc820a4c4bb87fe113f97b085d8e89f30ff2db5 Reviewed-on: https://gerrit.libreoffice.org/63261 Reviewed-by: Julien Nabet Tested-by: Jenkins --- svtools/source/dialogs/colrdlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svtools') 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 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 ); -- cgit