From 55a40209072bac2526e74d5be7dd7be5ccd2c175 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 20 Mar 2012 11:37:07 +0000 Subject: remove ToDouble/ToFloat --- fpicker/source/office/iodlg.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fpicker') diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx index 9ea83da4b3e1..5290c785bccd 100644 --- a/fpicker/source/office/iodlg.cxx +++ b/fpicker/source/office/iodlg.cxx @@ -1592,11 +1592,11 @@ IMPL_LINK( SvtFileDialog, SelectHdl_Impl, SvTabListBox*, pBox ) else if ( !pUserData->mbIsFolder ) { _pImp->_pEdFileName->SetText( pUserData->maURL ); - _pImp->_pEdFileName->SetSelection( Selection( 0, pUserData->maURL.Len() ) ); + _pImp->_pEdFileName->SetSelection( Selection( 0, pUserData->maURL.getLength() ) ); _aPath = pUserData->maURL; } else - _pImp->_pEdFileName->SetText( UniString() ); + _pImp->_pEdFileName->SetText( rtl::OUString() ); } else { @@ -2153,7 +2153,7 @@ short SvtFileDialog::PrepareExecute() // if applicable set respectively create filter for all files if ( !bHasAll ) { - SvtFileDialogFilter_Impl* pAllFilter = implAddFilter( aAll, UniString(RTL_CONSTASCII_USTRINGPARAM(FILEDIALOG_FILTER_ALL)) ); + SvtFileDialogFilter_Impl* pAllFilter = implAddFilter( aAll, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(FILEDIALOG_FILTER_ALL)) ); _pImp->InsertFilterListEntry( pAllFilter ); _pImp->SetCurFilter( pAllFilter, aAll ); } -- cgit v1.2.3