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

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

Change-Id: I10db7ec99599947218c7d2e9cc7db1468ff5cba7
üst f2f971b8
...@@ -31,8 +31,8 @@ class ScTabBgColorDlg : public ModalDialog ...@@ -31,8 +31,8 @@ class ScTabBgColorDlg : public ModalDialog
{ {
public: public:
ScTabBgColorDlg( Window* pParent, ScTabBgColorDlg( Window* pParent,
const String& rTitle, const OUString& rTitle,
const String& rTabBgColorNoColorText, const OUString& rTabBgColorNoColorText,
const Color& rDefaultColor, const Color& rDefaultColor,
const OString& nHelpId ); const OString& nHelpId );
~ScTabBgColorDlg(); ~ScTabBgColorDlg();
...@@ -56,8 +56,8 @@ private: ...@@ -56,8 +56,8 @@ private:
CancelButton aBtnCancel; CancelButton aBtnCancel;
HelpButton aBtnHelp; HelpButton aBtnHelp;
Color aTabBgColor; Color aTabBgColor;
const String aTabBgColorNoColorText; const OUString aTabBgColorNoColorText;
OString msHelpId; OString msHelpId;
void FillColorValueSets_Impl(); void FillColorValueSets_Impl();
......
...@@ -42,8 +42,8 @@ ...@@ -42,8 +42,8 @@
#define HDL(hdl) LINK(this,ScTabBgColorDlg,hdl) #define HDL(hdl) LINK(this,ScTabBgColorDlg,hdl)
ScTabBgColorDlg::ScTabBgColorDlg( Window* pParent, ScTabBgColorDlg::ScTabBgColorDlg( Window* pParent,
const String& rTitle, const OUString& rTitle,
const String& rTabBgColorNoColorText, const OUString& rTabBgColorNoColorText,
const Color& rDefaultColor, const Color& rDefaultColor,
const OString& sHelpId ) : const OString& sHelpId ) :
ModalDialog ( pParent, ScResId( RID_SCDLG_TAB_BG_COLOR ) ), ModalDialog ( pParent, ScResId( RID_SCDLG_TAB_BG_COLOR ) ),
......
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