diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-03-10 17:15:46 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-03-10 17:15:46 +0100 |
commit | 5f1c72ae4e8a5d32a30e2ad9f4b2d9ec29701a63 (patch) | |
tree | ca4d986a1cdf6ad132dacc62b160c67fdb1ebe89 /sc/inc/hints.hxx | |
parent | 0430258177b43f9586c654a532bbbf8f77faee5e (diff) | |
parent | d795240234770c3c3a8ce14d4c722b660604d573 (diff) |
CWS-TOOLING: integrate CWS datapilotapi
Diffstat (limited to 'sc/inc/hints.hxx')
-rw-r--r-- | sc/inc/hints.hxx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sc/inc/hints.hxx b/sc/inc/hints.hxx index 00791921527d..fca3d184a4a2 100644 --- a/sc/inc/hints.hxx +++ b/sc/inc/hints.hxx @@ -170,4 +170,16 @@ public: const ScImportParam& GetImportParam() const { return aParam; } }; +class ScDataPilotModifiedHint : public SfxHint +{ + String maName; + +public: + TYPEINFO(); + ScDataPilotModifiedHint( const String& rName ); + ~ScDataPilotModifiedHint(); + + const String& GetName() const { return maName; } +}; + #endif |