diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-12-19 11:35:45 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-12-19 12:06:22 +0000 |
commit | 50edf566048c145b210b92935ddccc2b748805a1 (patch) | |
tree | f940e7b255a6d6c0038e6fc3b02477cba7c78016 /sc/inc/scabstdlg.hxx | |
parent | 3bbf357e58958c69de7aaf63d5a618a0310c3246 (diff) |
convert sort dialog to .ui format
Change-Id: I9c82b504df0879c338f1858b16ed70a91d459e02
Diffstat (limited to 'sc/inc/scabstdlg.hxx')
-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 84146181b299..70bf91578694 100644 --- a/sc/inc/scabstdlg.hxx +++ b/sc/inc/scabstdlg.hxx @@ -502,8 +502,7 @@ public: virtual SfxAbstractTabDialog * CreateScValidationDlg( Window* pParent, const SfxItemSet* pArgSet,int nId, ScTabViewShell *pTabVwSh ) = 0; - virtual SfxAbstractTabDialog * CreateScSortDlg( Window* pParent, - const SfxItemSet* pArgSet,int nId ) = 0; + virtual SfxAbstractTabDialog * CreateScSortDlg(Window* pParent, const SfxItemSet* pArgSet) = 0; // for tabpage virtual CreateTabPage GetTabPageCreatorFunc( sal_uInt16 nId ) = 0; |