diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-04-25 10:20:54 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-04-25 21:24:25 +0200 |
commit | e92cf0ebbe01dc1498d89013febb23960496ec01 (patch) | |
tree | d0425ef963cc2d8f460505fa934b8fd3a8b9fad7 /include | |
parent | 1197775435f7819cea90ae8b3da3f54c9e493cc4 (diff) |
no users of the numeric SetCurPageId left
Change-Id: I0bf708b9924fa006da801483e178e18430b9443a
Reviewed-on: https://gerrit.libreoffice.org/53440
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/sfxdlg.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/sfxdlg.hxx b/include/sfx2/sfxdlg.hxx index dd49c8d1c103..fa7ad8aeadbe 100644 --- a/include/sfx2/sfxdlg.hxx +++ b/include/sfx2/sfxdlg.hxx @@ -71,7 +71,6 @@ class SfxAbstractTabDialog : virtual public SfxAbstractDialog protected: virtual ~SfxAbstractTabDialog() override = default; public: - virtual void SetCurPageId( sal_uInt16 nId ) = 0; virtual void SetCurPageId( const OString &rName ) = 0; virtual const sal_uInt16* GetInputRanges( const SfxItemPool& ) = 0; virtual void SetInputSet( const SfxItemSet* pInSet ) = 0; |