[Libreoffice-commits] core.git: include/sfx2
Stephan Bergmann
sbergman at redhat.com
Thu Jul 16 01:02:39 PDT 2015
include/sfx2/event.hxx | 19 -------------------
1 file changed, 19 deletions(-)
New commits:
commit f013178f078d2670b5d7d677ab17edd115de53d7
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Jul 16 10:02:08 2015 +0200
Remove unused SfxViewEventHint
Change-Id: I42200260b98f90978d2c214fd9ea77376ab8cd8d
diff --git a/include/sfx2/event.hxx b/include/sfx2/event.hxx
index e3a01c8..0eb1d5d 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
More information about the Libreoffice-commits
mailing list