diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-02-27 12:37:25 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-02-27 12:37:25 +0000 |
commit | 3ac58a4cf7b04ac04a10831e1cfdefe74700cbd5 (patch) | |
tree | 1f4318868889e9aa4cc5e44f6cc677dfb24d072c /sc/source/ui/pagedlg/tphf.cxx | |
parent | 155584604c58f3feeb120b953b6a6ad69e2420fe (diff) |
INTEGRATION: CWS calcwarnings (1.10.50); FILE MERGED
2006/12/12 17:03:22 nn 1.10.50.1: #i69284# warning-free: ui, unxlngi6
Diffstat (limited to 'sc/source/ui/pagedlg/tphf.cxx')
-rw-r--r-- | sc/source/ui/pagedlg/tphf.cxx | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/sc/source/ui/pagedlg/tphf.cxx b/sc/source/ui/pagedlg/tphf.cxx index 4a7847bd5be1..50c3e67470f4 100644 --- a/sc/source/ui/pagedlg/tphf.cxx +++ b/sc/source/ui/pagedlg/tphf.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tphf.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: obo $ $Date: 2006-10-12 15:31:21 $ + * last change: $Author: vg $ $Date: 2007-02-27 13:37:25 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -165,16 +165,26 @@ void __EXPORT ScHFPage::ActivatePage( const SfxItemSet& rSet ) //------------------------------------------------------------------ -int __EXPORT ScHFPage::DeactivatePage( SfxItemSet* pSet ) +int __EXPORT ScHFPage::DeactivatePage( SfxItemSet* pSetP ) { - if ( LEAVE_PAGE == SvxHFPage::DeactivatePage( pSet ) ) - if ( pSet ) - FillItemSet( *pSet ); + if ( LEAVE_PAGE == SvxHFPage::DeactivatePage( pSetP ) ) + if ( pSetP ) + FillItemSet( *pSetP ); return LEAVE_PAGE; } //------------------------------------------------------------------ + +void ScHFPage::ActivatePage() +{ +} + +void ScHFPage::DeactivatePage() +{ +} + +//------------------------------------------------------------------ // Handler: //------------------------------------------------------------------ |