diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2016-06-28 22:03:02 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2016-08-18 02:39:10 +0200 |
commit | 34029d980bb7f213c766d42381f57c78df14ae17 (patch) | |
tree | b23da0d545544f61bf848027eb20abc9202ff488 /sc/inc | |
parent | cd2ecb3bd5f8b7855664ba8964c95be2e3378c75 (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/inc')
-rw-r--r-- | sc/inc/scabstdlg.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx index 76e4387bba56..545db4ebde20 100644 --- a/sc/inc/scabstdlg.hxx +++ b/sc/inc/scabstdlg.hxx @@ -447,8 +447,7 @@ public: virtual AbstractScTabBgColorDlg * CreateScTabBgColorDlg ( vcl::Window* pParent, const OUString& rTitle, //Dialog Title const OUString& rTabBgColorNoColorText, //Label for no tab color - const Color& rDefaultColor, //Currently selected Color - const OString& ) = 0; + const Color& rDefaultColor ) = 0; //Currently selected Color virtual AbstractScImportOptionsDlg * CreateScImportOptionsDlg ( bool bAscii = true, const ScImportOptions* pOptions = nullptr, |