summaryrefslogtreecommitdiffstats
path: root/sc/inc/scabstdlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-12-19 11:35:45 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-12-19 12:06:22 +0000
commit50edf566048c145b210b92935ddccc2b748805a1 (patch)
treef940e7b255a6d6c0038e6fc3b02477cba7c78016 /sc/inc/scabstdlg.hxx
parentconvert OUString** in HtmlExport to std::vector<OUString> (diff)
downloadcore-50edf566048c145b210b92935ddccc2b748805a1.tar.gz
core-50edf566048c145b210b92935ddccc2b748805a1.zip
convert sort dialog to .ui format
Change-Id: I9c82b504df0879c338f1858b16ed70a91d459e02
Diffstat (limited to 'sc/inc/scabstdlg.hxx')
-rw-r--r--sc/inc/scabstdlg.hxx3
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;