[Libreoffice-commits] .: xmlscript/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Sep 19 06:35:18 PDT 2012


 xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 6f955b6c7754f3926c33921f0d56d51a95d29c81
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Wed Sep 19 15:33:52 2012 +0200

    remove duplicated code
    
    Most probably not intended when introduced
    in 7c7267e88691ce354ed0cf116315952ceae555ad, and it certainly crashes xray
    installation for me.
    
    Change-Id: Ida64d4d2a706204989fc3c16d7487748747fb8fc

diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx
index 3b90225..94b4763 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();


More information about the Libreoffice-commits mailing list