From 6f955b6c7754f3926c33921f0d56d51a95d29c81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Wed, 19 Sep 2012 15:33:52 +0200 Subject: [PATCH] remove duplicated code Most probably not intended when introduced in 7c7267e88691ce354ed0cf116315952ceae555ad, and it certainly crashes xray installation for me. Change-Id: Ida64d4d2a706204989fc3c16d7487748747fb8fc --- xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx index 3b9022593a6e..94b4763383fd 100644 --- a/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx +++ b/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx @@ -1627,7 +1627,6 @@ void CheckBoxElement::endElement() xControlModel->setPropertyValue( "State", makeAny( nVal ) ); } - ctx.importEvents( _events ); ctx.importEvents( _events ); // avoid ring-reference: // vector< event elements > holding event elements holding this (via _pParent)