diff options
author | Niklas Nebel <nn@openoffice.org> | 2010-01-13 19:30:57 +0100 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2010-01-13 19:30:57 +0100 |
commit | 0ef3cc16ea48abb2b997788ef98639d7ed99dd52 (patch) | |
tree | 56cb85ffdb8e358582464cc7a989670343539879 /sc/inc/hints.hxx | |
parent | 182857813b0ae06fd9f5cbf6f3e78ba68de3e491 (diff) |
datapilotapi: #i108295# XModifyBroadcaster in ScDataPilotTableObj
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 92c17caf9641..11d5001a3912 100644 --- a/sc/inc/hints.hxx +++ b/sc/inc/hints.hxx @@ -173,4 +173,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 |