From c65d39c026e2141b123e196c5b203ca06227076b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 19 Oct 2010 21:18:22 +0100 Subject: this is just wrong --- xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlscript') diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx index fbe68fe84ca9..a2abb08d5c0f 100644 --- a/xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx +++ b/xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx @@ -99,7 +99,7 @@ void lclExportBindableAndListSourceBits( Reference< frame::XModel > const & xDoc xConvertor->getPropertyValue( OUSTR("PersistentRepresentation") ) >>= sAddress; OSL_TRACE("**** cell range source list %s", rtl::OUStringToOString( sAddress, RTL_TEXTENCODING_UTF8 ).getStr() ); - if ( sAddress.getLength() > 0 ); + if ( sAddress.getLength() > 0 ) rModel.addAttribute( OUSTR(XMLNS_DIALOGS_PREFIX ":source-cell-range"), sAddress ); } catch( uno::Exception& ) -- cgit