diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-01-29 14:05:19 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-01-29 14:05:19 +0000 |
commit | 520d56e87fe4c22202cdc53ad9e8b32d2aead08e (patch) | |
tree | 30043bd26578afc71884b6211ede65b9f7aebbfa /basic | |
parent | ccf477c6978aef121489a61c9915393e3faa995d (diff) |
INTEGRATION: CWS npower5 (1.16.24); FILE MERGED
2007/01/23 09:38:15 npower 1.16.24.1: #i70951 named params, used static definition for param info
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/inc/sbunoobj.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/basic/source/inc/sbunoobj.hxx b/basic/source/inc/sbunoobj.hxx index 4aeda180dddd..0c99fa214bd9 100644 --- a/basic/source/inc/sbunoobj.hxx +++ b/basic/source/inc/sbunoobj.hxx @@ -4,9 +4,9 @@ * * $RCSfile: sbunoobj.hxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: vg $ $Date: 2006-11-02 16:32:48 $ + * last change: $Author: rt $ $Date: 2007-01-29 15:05:19 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -268,6 +268,8 @@ class BasicCollection : public SbxObject { friend class SbiRuntime; SbxArrayRef xItemArray; + static SbxInfoRef xAddInfo; + static SbxInfoRef xItemInfo; void Initialize(); virtual ~BasicCollection(); |