diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-07-16 10:02:08 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-07-16 10:02:08 +0200 |
commit | f013178f078d2670b5d7d677ab17edd115de53d7 (patch) | |
tree | a63f453873fd1c9f93389b5f696cbf358368eafc /include | |
parent | c09512c30bdaede606547a246d755cda0154cf33 (diff) |
Remove unused SfxViewEventHint
Change-Id: I42200260b98f90978d2c214fd9ea77376ab8cd8d
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/event.hxx | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/include/sfx2/event.hxx b/include/sfx2/event.hxx index e3a01c81192f..0eb1d5d1a03b 100644 --- a/include/sfx2/event.hxx +++ b/include/sfx2/event.hxx @@ -79,25 +79,6 @@ public: { return xViewController; } }; - - -class SfxNamedHint : public SfxHint -{ - OUString _aEventName; - OUString _aArgs; - -public: - SfxNamedHint( const OUString& rName, - const OUString& rArgs ) - : _aEventName( rName ), - _aArgs( rArgs ) - {} - - SfxNamedHint( const OUString& rName ) - : _aEventName( rName ) - {} -}; - class Printer; class SfxPrintingHint : public SfxViewEventHint |