diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-02-27 10:57:13 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-02-27 10:57:13 +0000 |
commit | 08e7c00c44350cf89f37f0f9d25d8c4e1ca07cfc (patch) | |
tree | 8f7b7c60267b1e92bb63c9afdcecffb1665864af /sc/inc/patattr.hxx | |
parent | ff162ca26a1ad52d21f2b26cd5265baf52a4809d (diff) |
INTEGRATION: CWS calcwarnings (1.12.324); FILE MERGED
2006/12/06 13:34:12 nn 1.12.324.1: #i69284# warning-free: core, unxlngi6
Diffstat (limited to 'sc/inc/patattr.hxx')
-rw-r--r-- | sc/inc/patattr.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/patattr.hxx b/sc/inc/patattr.hxx index 95b2d39667d9..7ab42267cca4 100644 --- a/sc/inc/patattr.hxx +++ b/sc/inc/patattr.hxx @@ -4,9 +4,9 @@ * * $RCSfile: patattr.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2005-09-08 17:48:10 $ + * last change: $Author: vg $ $Date: 2007-02-27 11:57:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -97,8 +97,8 @@ public: virtual int operator==(const SfxPoolItem& rCmp) const; - const SfxPoolItem& GetItem( USHORT nWhich ) const - { return GetItemSet().Get(nWhich); } + const SfxPoolItem& GetItem( USHORT nWhichP ) const + { return GetItemSet().Get(nWhichP); } static const SfxPoolItem& GetItem( USHORT nWhich, const SfxItemSet& rItemSet, const SfxItemSet* pCondSet ); const SfxPoolItem& GetItem( USHORT nWhich, const SfxItemSet* pCondSet ) const; |