diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-04-14 11:36:03 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-04-14 11:36:03 +0200 |
commit | e80c5913ed9db493738507954362884d14cc6287 (patch) | |
tree | 461637b606b9903ff1fa34d4af79033251922eff /eventattacher | |
parent | 82d1b40444e65d41bf4807a453cc48bc28cf9c8d (diff) |
Remove dead function declaration
Change-Id: I638fade941d369f0b09a016cfdc23cf5c981b8f0
Diffstat (limited to 'eventattacher')
-rw-r--r-- | eventattacher/source/eventattacher.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/eventattacher/source/eventattacher.cxx b/eventattacher/source/eventattacher.cxx index 28cdfdf50e1f..7a7765da48d5 100644 --- a/eventattacher/source/eventattacher.cxx +++ b/eventattacher/source/eventattacher.cxx @@ -219,7 +219,6 @@ public: virtual OUString SAL_CALL getImplementationName( ) throw(RuntimeException, std::exception) SAL_OVERRIDE; virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) throw(RuntimeException, std::exception) SAL_OVERRIDE; virtual Sequence< OUString > SAL_CALL getSupportedServiceNames( ) throw(RuntimeException, std::exception) SAL_OVERRIDE; - static OUString SAL_CALL getImplementationName_Static( ); static Sequence< OUString > SAL_CALL getSupportedServiceNames_Static( ); // XInitialization |