diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-21 21:43:07 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-21 22:08:17 +0900 |
commit | 01dc468f3d153b218762be392990b888186c444e (patch) | |
tree | baebb6e418f6194ae0a7aa4256f0d04e017e2ad9 /xmlscript | |
parent | aaf0b2faab845c624e568d6e1acbc501f5f355cb (diff) |
removed unused temporary rtl::OUString
Change-Id: I81e04b1b71b8ee5a903185b6857e8cf91b67eed1
Diffstat (limited to 'xmlscript')
-rw-r--r-- | xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx | 1 |
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 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( |