Kaydet (Commit) f164e012 authored tarafından Noel Grandin's avatar Noel Grandin

convert sc/.../solvrdlg.hxx from String to OUString

Change-Id: Ie34c9119ed8c59c224d941e1cfa889185a536d37
üst 311d673f
......@@ -70,21 +70,21 @@ private:
ScAddress theFormulaCell;
ScAddress theVariableCell;
String theTargetValStr;
OUString theTargetValStr;
ScDocument* pDoc;
const SCTAB nCurTab;
formula::RefEdit* pEdActive;
sal_Bool bDlgLostFocus;
const String errMsgInvalidVar;
const String errMsgInvalidForm;
const String errMsgNoFormula;
const String errMsgInvalidVal;
const OUString errMsgInvalidVar;
const OUString errMsgInvalidForm;
const OUString errMsgNoFormula;
const OUString errMsgInvalidVal;
#ifdef _SOLVRDLG_CXX
void Init();
sal_Bool CheckTargetValue( String& rStrVal );
sal_Bool CheckTargetValue( const OUString& rStrVal );
void RaiseError( ScSolverErr eError );
DECL_LINK( BtnHdl, PushButton* );
......
......@@ -192,7 +192,7 @@ sal_Bool ScSolverDlg::IsRefInputMode() const
//----------------------------------------------------------------------------
sal_Bool ScSolverDlg::CheckTargetValue( String& rStrVal )
sal_Bool ScSolverDlg::CheckTargetValue( const OUString& rStrVal )
{
sal_uInt32 n1 = 0;
double n2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment