diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-05-06 14:24:21 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-05-06 14:24:21 +0000 |
commit | 6595c3fd13940a6a073ca1f6e5b4a82c13965772 (patch) | |
tree | 1541190d11c409837bf449fe1edf4b6f3d5b5e00 /sw/source/ui/inc | |
parent | c0638657360dfa7171c3dffbf5bd4dbc75cb20f7 (diff) |
INTEGRATION: CWS lcwarnings2 (1.7.182); FILE MERGED
2008/04/17 12:35:12 tl 1.7.182.3: RESYNC: (1.7-1.8); FILE MERGED
2008/03/03 10:09:51 tl 1.7.182.2: #i83458# warning-free code wntmsci11
2008/02/29 14:55:47 tl 1.7.182.1: #i83458# warning free code for wntmsci11
Diffstat (limited to 'sw/source/ui/inc')
-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 ); |