summaryrefslogtreecommitdiff
path: root/sc/inc/dbcolect.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-27 10:55:07 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-27 10:55:07 +0000
commitebb7e5cc672b516e0ddb448818a290a2cfe2af78 (patch)
treeb8d90141651552f8b52bc8024e0ac229e783bacd /sc/inc/dbcolect.hxx
parent18efc80e8286b7feaad64fffb381fa6cb8ece03d (diff)
INTEGRATION: CWS calcwarnings (1.10.314); FILE MERGED
2006/12/13 19:18:19 nn 1.10.314.1: #i69284# warning-free: core, unxsols4
Diffstat (limited to 'sc/inc/dbcolect.hxx')
-rw-r--r--sc/inc/dbcolect.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/inc/dbcolect.hxx b/sc/inc/dbcolect.hxx
index c939f79bc7a9..fa4531875fac 100644
--- a/sc/inc/dbcolect.hxx
+++ b/sc/inc/dbcolect.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dbcolect.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2005-09-28 11:25:19 $
+ * last change: $Author: vg $ $Date: 2007-02-27 11:55:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -143,6 +143,8 @@ private:
BOOL bAutoFilter; // AutoFilter? (nicht gespeichert)
BOOL bModified; // wird bei UpdateReference gesetzt/geloescht
+ using ScRefreshTimer::operator==;
+
public:
ScDBData(const String& rName,
SCTAB nTab,