summaryrefslogtreecommitdiff
path: root/xmlscript
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-09-19 15:33:52 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-09-19 15:34:55 +0200
commit6f955b6c7754f3926c33921f0d56d51a95d29c81 (patch)
tree74e2757d33da5a43f48e96725dba544a5214c99c /xmlscript
parentb53472db03241a0dd45593a993ec56504ce8e3d8 (diff)
remove duplicated code
Most probably not intended when introduced in 7c7267e88691ce354ed0cf116315952ceae555ad, and it certainly crashes xray installation for me. Change-Id: Ida64d4d2a706204989fc3c16d7487748747fb8fc
Diffstat (limited to 'xmlscript')
-rw-r--r--xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx1
1 files changed, 0 insertions, 1 deletions
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
@@ -1628,7 +1628,6 @@ void CheckBoxElement::endElement()
}
ctx.importEvents( _events );
- ctx.importEvents( _events );
// avoid ring-reference:
// vector< event elements > holding event elements holding this (via _pParent)
_events.clear();