summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/uno/unoDirectSql.hxx
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.hxx
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.hxx')
-rw-r--r--dbaccess/source/ui/uno/unoDirectSql.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/dbaccess/source/ui/uno/unoDirectSql.hxx b/dbaccess/source/ui/uno/unoDirectSql.hxx
index 0d1353e45cf8..302d324b8367 100644
--- a/dbaccess/source/ui/uno/unoDirectSql.hxx
+++ b/dbaccess/source/ui/uno/unoDirectSql.hxx
@@ -48,7 +48,8 @@ namespace dbaui
virtual ~ODirectSQLDialog();
public:
- DECLARE_IMPLEMENTATION_ID( );
+ virtual css::uno::Sequence<sal_Int8> SAL_CALL getImplementationId()
+ throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
DECLARE_SERVICE_INFO_STATIC( );