From 11b4a6ddce31f173f10b703eb63fde2c88c0bc70 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 5 Jun 2016 15:15:56 +0200 Subject: Convert DeactivePage return code to scoped enum Change-Id: Idd5372ad20fc6676864b31b3796f8b9bc0ad73dd Reviewed-on: https://gerrit.libreoffice.org/25918 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/source/ui/inc/tphf.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/ui/inc/tphf.hxx') diff --git a/sc/source/ui/inc/tphf.hxx b/sc/source/ui/inc/tphf.hxx index 49e1b8ac08bc..29692363059d 100644 --- a/sc/source/ui/inc/tphf.hxx +++ b/sc/source/ui/inc/tphf.hxx @@ -44,7 +44,7 @@ protected: virtual void ActivatePage() override; virtual void DeactivatePage() override; virtual void ActivatePage( const SfxItemSet& rSet ) override; - virtual sfxpg DeactivatePage( SfxItemSet* pSet = nullptr ) override; + virtual DeactivateRC DeactivatePage( SfxItemSet* pSet = nullptr ) override; private: VclPtr m_pBtnEdit; -- cgit