From 8a26a4053db946da7c8d8cdbf2444faf3c459291 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 27 Apr 2015 16:43:07 +0200 Subject: SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpg Change-Id: Iba538bb51635e6cae1e033d14e8da3dabfb36634 --- cui/source/inc/paragrph.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cui/source/inc/paragrph.hxx') diff --git a/cui/source/inc/paragrph.hxx b/cui/source/inc/paragrph.hxx index 461f56a0a49c..e0ca89f29da9 100644 --- a/cui/source/inc/paragrph.hxx +++ b/cui/source/inc/paragrph.hxx @@ -94,7 +94,7 @@ private: DECL_LINK( AutoHdl_Impl, CheckBox* ); protected: - virtual int DeactivatePage( SfxItemSet* pSet = 0 ) SAL_OVERRIDE; + virtual sfxpg DeactivatePage( SfxItemSet* pSet = 0 ) SAL_OVERRIDE; public: @@ -159,7 +159,7 @@ class SvxParaAlignTabPage : public SfxTabPage virtual ~SvxParaAlignTabPage(); protected: - virtual int DeactivatePage( SfxItemSet* pSet = 0 ) SAL_OVERRIDE; + virtual sfxpg DeactivatePage( SfxItemSet* pSet = 0 ) SAL_OVERRIDE; public: static SfxTabPage* Create( vcl::Window* pParent, const SfxItemSet* rSet ); @@ -204,7 +204,7 @@ public: void DisablePageBreak(); protected: - virtual int DeactivatePage( SfxItemSet* pSet = 0 ) SAL_OVERRIDE; + virtual sfxpg DeactivatePage( SfxItemSet* pSet = 0 ) SAL_OVERRIDE; private: SvxExtParagraphTabPage( vcl::Window* pParent, const SfxItemSet& rSet ); -- cgit