From 01dc468f3d153b218762be392990b888186c444e Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Mon, 21 May 2012 21:43:07 +0900 Subject: removed unused temporary rtl::OUString Change-Id: I81e04b1b71b8ee5a903185b6857e8cf91b67eed1 --- xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'xmlscript') diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx index 6b75e9ae82dc..72c28eb4bdaf 100644 --- a/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx +++ b/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx @@ -128,7 +128,6 @@ Reference< xml::input::XElement > MultiPage::startChildElement( throw (xml::sax::SAXException, RuntimeException) { // event -rtl::OUString _label(RTL_CONSTASCII_USTRINGPARAM("foo")); if (_pImport->isEventElement( nUid, rLocalName )) { return new EventElement( -- cgit