summaryrefslogtreecommitdiffstats
path: root/sc/inc/refreshtimer.hxx
diff options
context:
space:
mode:
authorEike Rathke <er@openoffice.org>2001-04-25 13:14:32 +0000
committerEike Rathke <er@openoffice.org>2001-04-25 13:14:32 +0000
commit107e292055bbb7e5a5ed71c92b2b4c79726720cc (patch)
tree212c50540ebcd2938bc8284efd9719867e7a44df /sc/inc/refreshtimer.hxx
parentChangeTrack password protection (disables end, accept, reject) (diff)
downloadcore-107e292055bbb7e5a5ed71c92b2b4c79726720cc.tar.gz
core-107e292055bbb7e5a5ed71c92b2b4c79726720cc.zip
return instance
Diffstat (limited to 'sc/inc/refreshtimer.hxx')
-rw-r--r--sc/inc/refreshtimer.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/sc/inc/refreshtimer.hxx b/sc/inc/refreshtimer.hxx
index ad349e0c2774..92fcc90ceb46 100644
--- a/sc/inc/refreshtimer.hxx
+++ b/sc/inc/refreshtimer.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: refreshtimer.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: er $ $Date: 2001-04-21 20:21:05 $
+ * last change: $Author: er $ $Date: 2001-04-25 14:14:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -157,7 +157,11 @@ public:
virtual ~ScRefreshTimer();
ScRefreshTimer& operator=( const ScRefreshTimer& r )
- { SetRefreshControl(0); AutoTimer::operator=( r ); }
+ {
+ SetRefreshControl(0);
+ AutoTimer::operator=( r );
+ return *this;
+ }
BOOL operator==( const ScRefreshTimer& r ) const
{ return GetTimeout() == r.GetTimeout(); }