summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/source/ui/inc/tabbgcolordlg.hxx8
-rw-r--r--sc/source/ui/miscdlgs/tabbgcolordlg.cxx4
2 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/ui/inc/tabbgcolordlg.hxx b/sc/source/ui/inc/tabbgcolordlg.hxx
index 3b6de2cba7a4..e274fef3927e 100644
--- a/sc/source/ui/inc/tabbgcolordlg.hxx
+++ b/sc/source/ui/inc/tabbgcolordlg.hxx
@@ -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();
diff --git a/sc/source/ui/miscdlgs/tabbgcolordlg.cxx b/sc/source/ui/miscdlgs/tabbgcolordlg.cxx
index e263368d1455..2c7d2266fdc2 100644
--- a/sc/source/ui/miscdlgs/tabbgcolordlg.cxx
+++ b/sc/source/ui/miscdlgs/tabbgcolordlg.cxx
@@ -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 ) ),