summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/uno/unoDirectSql.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-11 13:02:59 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-11 13:03:20 +0100
commitcfedbdea58e01bb93ab30316f7cac7dc31fba3dd (patch)
tree474c5a2be1df317c2aaf652532604d1763456f5b /dbaccess/source/ui/uno/unoDirectSql.cxx
parentff19246a810c891ab70da2006c29bbe2913c731e (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.cxx6
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)