summaryrefslogtreecommitdiff
path: root/xmlscript
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-19 21:18:22 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-20 12:59:22 +0100
commitd915969f54ddb26439865d2d6810f82d92df4484 (patch)
tree0b2f44dba8834c1c36d05da9235cc0f7d7664e68 /xmlscript
parent9c3afd73dcd3c6e22b891c141fb2d3336f2d2e2f (diff)
this is just wrong
Diffstat (limited to 'xmlscript')
-rw-r--r--xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx
index fbe68fe84c..a2abb08d5c 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& )