diff options
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 |