summaryrefslogtreecommitdiff
path: root/o3tl
diff options
context:
space:
mode:
authorThorsten Behrens <thb@openoffice.org>2006-02-01 09:55:36 +0000
committerThorsten Behrens <thb@openoffice.org>2006-02-01 09:55:36 +0000
commita51d2b612df4e4776bcba4d1714a6c8a376f237f (patch)
tree204087c54812a574e70cf3146db87a8e118e2d9b /o3tl
parentf4705bf0a3efeebfe74568abb355ad60621300dd (diff)
#i10000# Fixed a warning
Diffstat (limited to 'o3tl')
-rw-r--r--o3tl/qa/cow_wrapper_clients.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/o3tl/qa/cow_wrapper_clients.cxx b/o3tl/qa/cow_wrapper_clients.cxx
index bbabfa7ca440..c389b7d8dd79 100644
--- a/o3tl/qa/cow_wrapper_clients.cxx
+++ b/o3tl/qa/cow_wrapper_clients.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cow_wrapper_clients.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: thb $ $Date: 2006-01-25 16:17:20 $
+ * last change: $Author: thb $ $Date: 2006-02-01 10:55:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -100,6 +100,8 @@ cow_wrapper_client2::cow_wrapper_client2( const cow_wrapper_client2& rSrc ) :
cow_wrapper_client2& cow_wrapper_client2::operator=( const cow_wrapper_client2& rSrc )
{
maImpl = rSrc.maImpl;
+
+ return *this;
}
void cow_wrapper_client2::modify( int nVal )