diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2001-02-02 09:43:24 +0000 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2001-02-02 09:43:24 +0000 |
commit | 94dc54ad7c8ea68e27527dcdfd3f99a1cc3d50d6 (patch) | |
tree | 196a6c823cbf6eaaad76b2c51e68db0902b68871 /ucbhelper/inc | |
parent | 984f3e37c34f134091cc091c1d10b19d9ff4aeb0 (diff) |
#83045# - Added ctor witj Sequence< PropertyValue >.
Diffstat (limited to 'ucbhelper/inc')
-rw-r--r-- | ucbhelper/inc/ucbhelper/propertyvalueset.hxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/ucbhelper/inc/ucbhelper/propertyvalueset.hxx b/ucbhelper/inc/ucbhelper/propertyvalueset.hxx index 0af670631d35..7e695efa51e6 100644 --- a/ucbhelper/inc/ucbhelper/propertyvalueset.hxx +++ b/ucbhelper/inc/ucbhelper/propertyvalueset.hxx @@ -2,9 +2,9 @@ * * $RCSfile: propertyvalueset.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:03:37 $ + * last change: $Author: kso $ $Date: 2001-02-02 10:42:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,6 +90,7 @@ namespace com { namespace sun { namespace star { namespace script { namespace com { namespace sun { namespace star { namespace beans { struct Property; + struct PropertyValue; class XPropertySet; } } } } @@ -130,6 +131,11 @@ public: PropertyValueSet( const com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory >& rxSMgr ); + PropertyValueSet( + const com::sun::star::uno::Reference< + com::sun::star::lang::XMultiServiceFactory >& rxSMgr, + const com::sun::star::uno::Sequence< + com::sun::star::beans::PropertyValue >& rValues ); virtual ~PropertyValueSet(); // XInterface |