diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-12-01 17:20:23 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-12-01 17:20:23 +0000 |
commit | 093af274aadaafedcdb7f9ba9bcb2b9fd3caabc6 (patch) | |
tree | cc21d5ea1e25e041856cf48db65fcab8fdb37103 /connectivity/source/cpool | |
parent | 3389c4187b2119a7764e90d6e0fe73baf52eac24 (diff) |
INTEGRATION: CWS ooo20031110 (1.4.48); FILE MERGED
2003/11/02 02:36:31 waratah 1.4.48.1: #i21906# add implicit int definitions in the source code to allow removal of permissive compile option
Diffstat (limited to 'connectivity/source/cpool')
-rw-r--r-- | connectivity/source/cpool/ZPoolCollection.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/cpool/ZPoolCollection.hxx b/connectivity/source/cpool/ZPoolCollection.hxx index 17092f3202b7..c8382f74e5e2 100644 --- a/connectivity/source/cpool/ZPoolCollection.hxx +++ b/connectivity/source/cpool/ZPoolCollection.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ZPoolCollection.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: vg $ $Date: 2003-05-22 10:49:12 $ + * last change: $Author: rt $ $Date: 2003-12-01 18:20:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -148,7 +148,7 @@ namespace connectivity private: OPoolCollection(); // never implemented OPoolCollection(const OPoolCollection&); // never implemented - operator= (const OPoolCollection&); // never implemented + int operator= (const OPoolCollection&); // never implemented OPoolCollection( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxFactory); |