diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-11 13:02:59 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-11 13:03:20 +0100 |
commit | cfedbdea58e01bb93ab30316f7cac7dc31fba3dd (patch) | |
tree | 474c5a2be1df317c2aaf652532604d1763456f5b /dbaccess/source/ui/uno/unoDirectSql.cxx | |
parent | ff19246a810c891ab70da2006c29bbe2913c731e (diff) |
Remove newly unused getUnoTunnelImplementationId functions
...after recent clean-up of getImplementationId implementations.
Change-Id: I2a11f6ddf03dc7852b7e8e50dc6284a7215a0113
Diffstat (limited to 'dbaccess/source/ui/uno/unoDirectSql.cxx')
-rw-r--r-- | dbaccess/source/ui/uno/unoDirectSql.cxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dbaccess/source/ui/uno/unoDirectSql.cxx b/dbaccess/source/ui/uno/unoDirectSql.cxx index 5165bd98220e..6ae7c806845e 100644 --- a/dbaccess/source/ui/uno/unoDirectSql.cxx +++ b/dbaccess/source/ui/uno/unoDirectSql.cxx @@ -57,7 +57,11 @@ namespace dbaui } - IMPLEMENT_IMPLEMENTATION_ID( ODirectSQLDialog ) + css::uno::Sequence<sal_Int8> ODirectSQLDialog::getImplementationId() + throw (css::uno::RuntimeException, std::exception) + { + return css::uno::Sequence<sal_Int8>(); + } IMPLEMENT_SERVICE_INFO_IMPLNAME_STATIC(ODirectSQLDialog, "com.sun.star.comp.sdb.DirectSQLDialog") IMPLEMENT_SERVICE_INFO_SUPPORTS(ODirectSQLDialog) |