svtools/source/uno/addrtempuno.cxx |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

New commits:
commit 4c57847cb485396c6d914cf64d9f48f0845ffe34
Author: Noel Grandin <noel.gran...@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 <c...@libreoffice.org>
    Reviewed-by: Noel Grandin <noel.gran...@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 );
     }
 
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to