diff options
-rw-r--r-- | sc/source/ui/miscdlgs/tabbgcolordlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/miscdlgs/tabbgcolordlg.cxx b/sc/source/ui/miscdlgs/tabbgcolordlg.cxx index 01c9c2a5cf1a..bac8dd7a78e1 100644 --- a/sc/source/ui/miscdlgs/tabbgcolordlg.cxx +++ b/sc/source/ui/miscdlgs/tabbgcolordlg.cxx @@ -63,8 +63,8 @@ __EXPORT ScTabBgColorDlg::ScTabBgColorDlg( Window* pParent, aBtnOk ( this, ScResId( BTN_OK ) ), aBtnCancel ( this, ScResId( BTN_CANCEL ) ), aBtnHelp ( this, ScResId( BTN_HELP ) ), - aTabBgColorNoColorText ( rTabBgColorNoColorText ), aTabBgColor ( rDefaultColor ), + aTabBgColorNoColorText ( rTabBgColorNoColorText ), aHelpId ( nHelpId ) { |