summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-07-16 10:02:08 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-07-16 10:02:08 +0200
commitf013178f078d2670b5d7d677ab17edd115de53d7 (patch)
treea63f453873fd1c9f93389b5f696cbf358368eafc /include
parentc09512c30bdaede606547a246d755cda0154cf33 (diff)
Remove unused SfxViewEventHint
Change-Id: I42200260b98f90978d2c214fd9ea77376ab8cd8d
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/event.hxx19
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