summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tabbgcolordlg.hxx
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2016-06-28 22:03:02 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2016-08-18 02:39:10 +0200
commit34029d980bb7f213c766d42381f57c78df14ae17 (patch)
treeb23da0d545544f61bf848027eb20abc9202ff488 /sc/source/ui/inc/tabbgcolordlg.hxx
parentcd2ecb3bd5f8b7855664ba8964c95be2e3378c75 (diff)
screenshots: dialog doesn't even have a help button
So drop helpID argument from its ctor (not to mention the fact that a help text with ID .uno:TabBgColor doesn't exist either) Change-Id: I0624f0474334cc799d67f7f292e11194de5195fa
Diffstat (limited to 'sc/source/ui/inc/tabbgcolordlg.hxx')
-rw-r--r--sc/source/ui/inc/tabbgcolordlg.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/ui/inc/tabbgcolordlg.hxx b/sc/source/ui/inc/tabbgcolordlg.hxx
index ae83b584060d..68e9b6dc8c83 100644
--- a/sc/source/ui/inc/tabbgcolordlg.hxx
+++ b/sc/source/ui/inc/tabbgcolordlg.hxx
@@ -31,8 +31,7 @@ public:
ScTabBgColorDlg( vcl::Window* pParent,
const OUString& rTitle,
const OUString& rTabBgColorNoColorText,
- const Color& rDefaultColor,
- const OString& nHelpId );
+ const Color& rDefaultColor );
virtual ~ScTabBgColorDlg();
virtual void dispose() override;