[Libreoffice-commits] core.git: svtools/source
Noel Grandin
noel.grandin at collabora.co.uk
Thu Jan 4 06:19:47 UTC 2018
svtools/source/uno/addrtempuno.cxx | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
New commits:
commit 4c57847cb485396c6d914cf64d9f48f0845ffe34
Author: Noel Grandin <noel.grandin at collabora.co.uk>
Date: Wed Jan 3 15:00:17 2018 +0200
drop OAddressBookSourceDialogUnoBase typedef
Change-Id: Iffc9f3bda2293f02ea071cea7ce3f222aa7f9cd2
Reviewed-on: https://gerrit.libreoffice.org/47344
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/svtools/source/uno/addrtempuno.cxx b/svtools/source/uno/addrtempuno.cxx
index 88754128f81e..e9817e217fac 100644
--- a/svtools/source/uno/addrtempuno.cxx
+++ b/svtools/source/uno/addrtempuno.cxx
@@ -40,9 +40,8 @@ namespace {
using namespace css::beans;
using namespace css::sdbc;
- typedef OGenericUnoDialog OAddressBookSourceDialogUnoBase;
class OAddressBookSourceDialogUno
- :public OAddressBookSourceDialogUnoBase
+ :public OGenericUnoDialog
,public ::comphelper::OPropertyArrayUsageHelper< OAddressBookSourceDialogUno >
{
private:
@@ -130,7 +129,7 @@ namespace {
void OAddressBookSourceDialogUno::executedDialog(sal_Int16 _nExecutionResult)
{
- OAddressBookSourceDialogUnoBase::executedDialog(_nExecutionResult);
+ OGenericUnoDialog::executedDialog(_nExecutionResult);
if ( _nExecutionResult )
if ( m_pDialog )
@@ -196,7 +195,7 @@ namespace {
}
}
- OAddressBookSourceDialogUnoBase::implInitialize( _rValue );
+ OGenericUnoDialog::implInitialize( _rValue );
}
More information about the Libreoffice-commits
mailing list