Kaydet (Commit) 4c57847c authored tarafından Noel Grandin's avatar Noel Grandin

drop OAddressBookSourceDialogUnoBase typedef

Change-Id: Iffc9f3bda2293f02ea071cea7ce3f222aa7f9cd2
Reviewed-on: https://gerrit.libreoffice.org/47344Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst caf4d052
...@@ -40,9 +40,8 @@ namespace { ...@@ -40,9 +40,8 @@ namespace {
using namespace css::beans; using namespace css::beans;
using namespace css::sdbc; using namespace css::sdbc;
typedef OGenericUnoDialog OAddressBookSourceDialogUnoBase;
class OAddressBookSourceDialogUno class OAddressBookSourceDialogUno
:public OAddressBookSourceDialogUnoBase :public OGenericUnoDialog
,public ::comphelper::OPropertyArrayUsageHelper< OAddressBookSourceDialogUno > ,public ::comphelper::OPropertyArrayUsageHelper< OAddressBookSourceDialogUno >
{ {
private: private:
...@@ -130,7 +129,7 @@ namespace { ...@@ -130,7 +129,7 @@ namespace {
void OAddressBookSourceDialogUno::executedDialog(sal_Int16 _nExecutionResult) void OAddressBookSourceDialogUno::executedDialog(sal_Int16 _nExecutionResult)
{ {
OAddressBookSourceDialogUnoBase::executedDialog(_nExecutionResult); OGenericUnoDialog::executedDialog(_nExecutionResult);
if ( _nExecutionResult ) if ( _nExecutionResult )
if ( m_pDialog ) if ( m_pDialog )
...@@ -196,7 +195,7 @@ namespace { ...@@ -196,7 +195,7 @@ namespace {
} }
} }
OAddressBookSourceDialogUnoBase::implInitialize( _rValue ); OGenericUnoDialog::implInitialize( _rValue );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment