diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-07-01 12:17:00 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-07-01 12:17:00 +0000 |
commit | c6915bde371adfc26fd4f9c5f9617b820deb7d17 (patch) | |
tree | 5eba8489a20d976c445ebc72fa66d29e8c627f94 /comphelper | |
parent | de28d36afc57121e94f04e4ddd0cb37d4067141d (diff) |
INTEGRATION: CWS memory01 (1.3.30); FILE MERGED
2005/05/26 15:58:11 cd 1.3.30.1: #i49909# Provide ctor which doesn't acquire argument
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/inc/comphelper/propertysethelper.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comphelper/inc/comphelper/propertysethelper.hxx b/comphelper/inc/comphelper/propertysethelper.hxx index 912f22f7fef8..8eddf0b567f2 100644 --- a/comphelper/inc/comphelper/propertysethelper.hxx +++ b/comphelper/inc/comphelper/propertysethelper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: propertysethelper.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2005-02-16 15:59:18 $ + * last change: $Author: kz $ $Date: 2005-07-01 13:17:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -109,6 +109,7 @@ protected: public: PropertySetHelper( ); PropertySetHelper( comphelper::PropertySetInfo* pInfo ) throw(); + PropertySetHelper( comphelper::PropertySetInfo* pInfo, __sal_NoAcquire ) throw(); virtual ~PropertySetHelper() throw(); // XPropertySet |