diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-05-14 09:57:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-05-14 13:51:44 +0100 |
commit | c4f46a2c9a70895c6f62016fcace824b01c5ed2b (patch) | |
tree | b4060435c3b4683b71a7e37e747b961c1aa72182 /sc/inc | |
parent | ee47dfa4747474bceb266df5ea1638a2e3161c1c (diff) |
remove unneccessary argument from CreateScHFEditDlg
Change-Id: I2e2fa80678375d49ea4b100515eecd932a79b471
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/scabstdlg.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx index 5190c9addd2f..93bae5a05508 100644 --- a/sc/inc/scabstdlg.hxx +++ b/sc/inc/scabstdlg.hxx @@ -492,7 +492,6 @@ public: Window* pParent, const SfxItemSet& rCoreSet, const String& rPageStyle, - int nId, sal_uInt16 nResId = RID_SCDLG_HFEDIT ) = 0; virtual SfxAbstractTabDialog * CreateScStyleDlg( Window* pParent,//add for ScStyleDlg |