From 50977e5ad36a56a2a0fd471ef654a22bc9f747da Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 26 Sep 2013 13:52:29 +0200 Subject: convert sc/source/ui/inc/sc*.hxx from String to OUString Change-Id: I7994cf3916bc34876ae838dd7158c03dd732074e --- sc/source/ui/miscdlgs/scuiautofmt.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sc/source/ui/miscdlgs') diff --git a/sc/source/ui/miscdlgs/scuiautofmt.cxx b/sc/source/ui/miscdlgs/scuiautofmt.cxx index 4ddc2f6d3818..803852676cac 100644 --- a/sc/source/ui/miscdlgs/scuiautofmt.cxx +++ b/sc/source/ui/miscdlgs/scuiautofmt.cxx @@ -308,10 +308,10 @@ IMPL_LINK_NOARG(ScAutoFormatDlg, RemoveHdl) { if ( (nIndex > 0) && (aLbFormat.GetEntryCount() > 0) ) { - String aMsg( aStrDelMsg.GetToken( 0, '#' ) ); + String aMsg( aStrDelMsg.getToken( 0, '#' ) ); aMsg += aLbFormat.GetSelectEntry(); - aMsg += aStrDelMsg.GetToken( 1, '#' ); + aMsg += aStrDelMsg.getToken( 1, '#' ); if ( RET_YES == QueryBox( this, WinBits( WB_YES_NO | WB_DEF_YES ), aMsg ).Execute() ) -- cgit