diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-12-23 17:33:24 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-12-23 19:14:42 +0000 |
commit | 03552256018e90edfd825b0d4c0a5d855abaef24 (patch) | |
tree | 4520e85fef12c24d1adc52524db1b59eef3cdab2 /sc/inc | |
parent | 4e49887bee01133a349447a00341c0293f8a5899 (diff) |
convert validity tabdialog to .ui
Change-Id: Ib7be4172e2d9b80869dbfa47674b13f1e03877d3
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/scabstdlg.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx index eba169d9dff3..b5ecda22dc70 100644 --- a/sc/inc/scabstdlg.hxx +++ b/sc/inc/scabstdlg.hxx @@ -499,8 +499,8 @@ public: virtual SfxAbstractTabDialog * CreateScParagraphDlg( Window* pParent, const SfxItemSet* pAttr , int nId ) = 0; - virtual SfxAbstractTabDialog * CreateScValidationDlg( Window* pParent, - const SfxItemSet* pArgSet,int nId, ScTabViewShell *pTabVwSh ) = 0; + virtual SfxAbstractTabDialog * CreateScValidationDlg(Window* pParent, + const SfxItemSet* pArgSet, ScTabViewShell *pTabVwSh) = 0; virtual SfxAbstractTabDialog * CreateScSortDlg(Window* pParent, const SfxItemSet* pArgSet) = 0; // for tabpage |