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

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

Change-Id: I8fcda79f5fbb4a79621566fabab0eb28ca15c57b
üst 338454df
...@@ -208,11 +208,11 @@ private: ...@@ -208,11 +208,11 @@ private:
formula::RefEdit maEdMax; formula::RefEdit maEdMax;
FixedText maFtHint; /// Hint text for cell range validity. FixedText maFtHint; /// Hint text for cell range validity.
String maStrMin; OUString maStrMin;
String maStrMax; OUString maStrMax;
String maStrValue; OUString maStrValue;
String maStrRange; OUString maStrRange;
String maStrList; OUString maStrList;
sal_Unicode mcFmlaSep; /// List separator in formulas. sal_Unicode mcFmlaSep; /// List separator in formulas.
Point maRefEditPos; Point maRefEditPos;
...@@ -243,10 +243,10 @@ private: ...@@ -243,10 +243,10 @@ private:
void TidyListBoxes(); void TidyListBoxes();
public: public:
sal_uInt16 GetAllowEntryPos(); sal_uInt16 GetAllowEntryPos();
String GetMinText(); OUString GetMinText();
void SetupRefDlg(); void SetupRefDlg();
void RemoveRefDlg(); void RemoveRefDlg();
}; };
......
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