convert formula/source/ui/dlg/funcpage.hxx from String to OUString
Change-Id: I024bd11e6326a1641a0e0b71eab3e8521e4d45bd
This commit is contained in:
parent
ef4dfeffec
commit
41df3400ee
2 changed files with 2 additions and 2 deletions
|
@ -223,7 +223,7 @@ sal_uInt16 FuncPage::GetFunctionEntryCount()
|
|||
return aLbFunction.GetSelectEntryCount();
|
||||
}
|
||||
|
||||
String FuncPage::GetSelFunctionName() const
|
||||
OUString FuncPage::GetSelFunctionName() const
|
||||
{
|
||||
return aLbFunction.GetSelectEntry();
|
||||
}
|
||||
|
|
|
@ -98,7 +98,7 @@ public:
|
|||
|
||||
sal_uInt16 GetFuncPos(const IFunctionDescription* _pDesc);
|
||||
const IFunctionDescription* GetFuncDesc( sal_uInt16 nPos ) const;
|
||||
String GetSelFunctionName() const;
|
||||
OUString GetSelFunctionName() const;
|
||||
|
||||
void SetDoubleClickHdl( const Link& rLink ) { aDoubleClickLink = rLink; }
|
||||
const Link& GetDoubleClickHdl() const { return aDoubleClickLink; }
|
||||
|
|
Loading…
Reference in a new issue