summaryrefslogtreecommitdiff
path: root/xmlscript/source
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
commitc65d39c026e2141b123e196c5b203ca06227076b (patch)
treeaca5337d07115967fe382ac8b107b16e1792c13e /xmlscript/source
parentf6947a9467a7b99793f7d649ebf9f212541bacc6 (diff)
this is just wrong
Diffstat (limited to 'xmlscript/source')
-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 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& )