From 19854e653be1dc01f5b655fca851a6e3a651a940 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 6 Dec 2012 14:15:55 +0200 Subject: fdo#46808, Adapt sdb::ErrorMessageDialog UNO service to new style Change-Id: Iaf12324e6aa64b268555b0f4c82f04f4c0f6f123 --- connectivity/inc/connectivity/dbtools.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connectivity/inc') diff --git a/connectivity/inc/connectivity/dbtools.hxx b/connectivity/inc/connectivity/dbtools.hxx index a3956b967a1e..fb1ff42d34d8 100644 --- a/connectivity/inc/connectivity/dbtools.hxx +++ b/connectivity/inc/connectivity/dbtools.hxx @@ -546,7 +546,7 @@ namespace dbtools OOO_DLLPUBLIC_DBTOOLS void showError( const SQLExceptionInfo& _rInfo, const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow>& _pParent, - const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory>& _rxFactory); + const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext>& _rxContext); /** implements XRowUpdate::updateObject

The object which is to be set is analyzed, and in case it is a simlpe scalar type for which there -- cgit