diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 21:31:55 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 21:31:55 +0000 |
commit | dfff96b51c4ad60597eb8f06378bb69308e7c7a1 (patch) | |
tree | 708323de4b5b1dae5728d7ce003c4e51d903b0e1 /sfx2/source | |
parent | 7bf654eff26c40cd84b734dcd4b784c02ec80c49 (diff) |
INTEGRATION: CWS warnings01 (1.3.66); FILE MERGED
2005/11/28 16:16:28 cd 1.3.66.1: #i55991# Remove warnings
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/explorer/nochaos.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/explorer/nochaos.cxx b/sfx2/source/explorer/nochaos.cxx index 8d5ded7e63cb..0176f4c5f93b 100644 --- a/sfx2/source/explorer/nochaos.cxx +++ b/sfx2/source/explorer/nochaos.cxx @@ -4,9 +4,9 @@ * * $RCSfile: nochaos.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 18:52:22 $ + * last change: $Author: hr $ $Date: 2006-06-19 22:31:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -206,7 +206,7 @@ CntStaticPoolDefaults_Impl::~CntStaticPoolDefaults_Impl() } //------------------------------------------------------------------------- -CntStaticPoolDefaults_Impl::CntStaticPoolDefaults_Impl( CntItemPool* pPool ) +CntStaticPoolDefaults_Impl::CntStaticPoolDefaults_Impl( CntItemPool* /*pPool*/ ) : m_nItems( 1 ), m_ppDefaults( new SfxPoolItem* [ m_nItems ] ), m_pItemInfos( new SfxItemInfo [ m_nItems ] ) |