summaryrefslogtreecommitdiff
path: root/svtools/source/dialogs
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/dialogs')
-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 );