diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/inc/pgfnote.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/source/ui/inc/pgfnote.hxx b/sw/source/ui/inc/pgfnote.hxx index 8cfde7e540bb..9e227865ba68 100644 --- a/sw/source/ui/inc/pgfnote.hxx +++ b/sw/source/ui/inc/pgfnote.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: pgfnote.hxx,v $ - * $Revision: 1.8 $ + * $Revision: 1.9 $ * * This file is part of OpenOffice.org. * @@ -85,8 +85,9 @@ private: long lMaxHeight; - using TabPage::ActivatePage; - using TabPage::DeactivatePage; + using SfxTabPage::ActivatePage; + using SfxTabPage::DeactivatePage; + virtual void ActivatePage( const SfxItemSet& rSet ); virtual int DeactivatePage( SfxItemSet* pSet = 0 ); |