diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-08 16:56:03 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-09 11:01:53 +0100 |
commit | e1bc666cda47eff1305253923ab16b9fd4eb3d42 (patch) | |
tree | c1db3d1b5fd5fde33af5c037055f874c37932e99 /sc/inc/scabstdlg.hxx | |
parent | 92f2ea382446d1a8e16db198dc1e1baa48769800 (diff) |
convert data validation tab page to .ui
Change-Id: I1a4f1f4f06ec1ab0b28637380a8bfcb3bc64ee30
Diffstat (limited to 'sc/inc/scabstdlg.hxx')
-rw-r--r-- | sc/inc/scabstdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx index 04e0a4ebf595..2a067516843f 100644 --- a/sc/inc/scabstdlg.hxx +++ b/sc/inc/scabstdlg.hxx @@ -493,7 +493,7 @@ public: // for tabpage virtual CreateTabPage GetTabPageCreatorFunc( sal_uInt16 nId ) = 0; - virtual GetTabPageRanges GetTabPageRangesFunc( sal_uInt16 nId ) = 0; + virtual GetTabPageRanges GetTabPageRangesFunc() = 0; protected: ~ScAbstractDialogFactory() {} |