summaryrefslogtreecommitdiff
path: root/sc/inc/dbcolect.hxx
diff options
context:
space:
mode:
authorEike Rathke <er@openoffice.org>2001-04-21 19:31:39 +0000
committerEike Rathke <er@openoffice.org>2001-04-21 19:31:39 +0000
commit0dcf4e2883792e3669da696bba3e84fecb195ce9 (patch)
treeb29658459dd24b160a445333d446db780c7a8a97 /sc/inc/dbcolect.hxx
parent9de196b8b7e92a761b8dfed2292d8862805661d7 (diff)
linked documents refresh timer and control
Diffstat (limited to 'sc/inc/dbcolect.hxx')
-rw-r--r--sc/inc/dbcolect.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/sc/inc/dbcolect.hxx b/sc/inc/dbcolect.hxx
index 3c2058b9e30b..f0e45203adf8 100644
--- a/sc/inc/dbcolect.hxx
+++ b/sc/inc/dbcolect.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbcolect.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: nn $ $Date: 2001-03-13 09:51:56 $
+ * last change: $Author: er $ $Date: 2001-04-21 20:31:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,6 +74,9 @@
#include "sortparam.hxx" // MAXSORT
#endif
+#ifndef SC_REFRESHTIMER_HXX
+#include "refreshtimer.hxx"
+#endif
//------------------------------------------------------------------------
@@ -83,7 +86,7 @@ class ScMultipleWriteHeader;
//------------------------------------------------------------------------
-class ScDBData : public DataObject
+class ScDBData : public DataObject, public ScRefreshTimer
{
private:
@@ -236,6 +239,7 @@ public:
void SetExportIndex( USHORT nIdx ) { nExportIndex = nIdx; }
USHORT GetExportIndex() const { return nExportIndex; }
+
};