eventattacher/source/eventattacher.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit e80c5913ed9db493738507954362884d14cc6287 Author: Stephan Bergmann <[email protected]> Date: Mon Apr 14 11:36:03 2014 +0200 Remove dead function declaration Change-Id: I638fade941d369f0b09a016cfdc23cf5c981b8f0 diff --git a/eventattacher/source/eventattacher.cxx b/eventattacher/source/eventattacher.cxx index 28cdfdf..7a7765d 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 _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
