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