summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tabbgcolordlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/tabbgcolordlg.hxx')
-rw-r--r--sc/source/ui/inc/tabbgcolordlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/tabbgcolordlg.hxx b/sc/source/ui/inc/tabbgcolordlg.hxx
index fdfcac5daf72..73f6127610ac 100644
--- a/sc/source/ui/inc/tabbgcolordlg.hxx
+++ b/sc/source/ui/inc/tabbgcolordlg.hxx
@@ -34,7 +34,7 @@ public:
const String& rTitle,
const String& rTabBgColorNoColorText,
const Color& rDefaultColor,
- const rtl::OString& nHelpId );
+ const OString& nHelpId );
~ScTabBgColorDlg();
void GetSelectedColor( Color& rColor ) const;
@@ -57,7 +57,7 @@ private:
HelpButton aBtnHelp;
Color aTabBgColor;
const String aTabBgColorNoColorText;
- rtl::OString msHelpId;
+ OString msHelpId;
void FillColorValueSets_Impl();