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

convert formula/source/ui/dlg/funcpage.hxx from String to OUString

Change-Id: I024bd11e6326a1641a0e0b71eab3e8521e4d45bd
üst ef4dfeff
...@@ -223,7 +223,7 @@ sal_uInt16 FuncPage::GetFunctionEntryCount() ...@@ -223,7 +223,7 @@ sal_uInt16 FuncPage::GetFunctionEntryCount()
return aLbFunction.GetSelectEntryCount(); return aLbFunction.GetSelectEntryCount();
} }
String FuncPage::GetSelFunctionName() const OUString FuncPage::GetSelFunctionName() const
{ {
return aLbFunction.GetSelectEntry(); return aLbFunction.GetSelectEntry();
} }
......
...@@ -98,7 +98,7 @@ public: ...@@ -98,7 +98,7 @@ public:
sal_uInt16 GetFuncPos(const IFunctionDescription* _pDesc); sal_uInt16 GetFuncPos(const IFunctionDescription* _pDesc);
const IFunctionDescription* GetFuncDesc( sal_uInt16 nPos ) const; const IFunctionDescription* GetFuncDesc( sal_uInt16 nPos ) const;
String GetSelFunctionName() const; OUString GetSelFunctionName() const;
void SetDoubleClickHdl( const Link& rLink ) { aDoubleClickLink = rLink; } void SetDoubleClickHdl( const Link& rLink ) { aDoubleClickLink = rLink; }
const Link& GetDoubleClickHdl() const { return aDoubleClickLink; } const Link& GetDoubleClickHdl() const { return aDoubleClickLink; }
......
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