summaryrefslogtreecommitdiffstats
path: root/sc/inc/hints.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-03-19 15:04:37 +0000
committerOliver Bolte <obo@openoffice.org>2004-03-19 15:04:37 +0000
commit948d49de1ac67d6c43de76433d0828f1578fd935 (patch)
tree789a623737934217e75007166a5fd139b4842383 /sc/inc/hints.hxx
parentINTEGRATION: CWS sab008 (1.4.260); FILE MERGED (diff)
downloadcore-948d49de1ac67d6c43de76433d0828f1578fd935.tar.gz
core-948d49de1ac67d6c43de76433d0828f1578fd935.zip
INTEGRATION: CWS sab008 (1.1.1.1.274); FILE MERGED
2004/01/29 18:12:59 sab 1.1.1.1.274.1: #76694#; add Database Refreshlistener support
Diffstat (limited to 'sc/inc/hints.hxx')
-rw-r--r--sc/inc/hints.hxx15
1 files changed, 13 insertions, 2 deletions
diff --git a/sc/inc/hints.hxx b/sc/inc/hints.hxx
index d135c09ffe8b..d8b2a931e075 100644
--- a/sc/inc/hints.hxx
+++ b/sc/inc/hints.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: hints.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:44:49 $
+ * last change: $Author: obo $ $Date: 2004-03-19 16:04:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -195,5 +195,16 @@ public:
const String& GetStyle2() const { return aStyle2; }
};
+class ScDBRangeRefreshedHint : public SfxHint
+{
+ ScImportParam aParam;
+
+public:
+ TYPEINFO();
+ ScDBRangeRefreshedHint( const ScImportParam& rP );
+ ~ScDBRangeRefreshedHint();
+
+ const ScImportParam& GetImportParam() const { return aParam; }
+};
#endif