[Libreoffice-commits] core.git: sw/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Nov 4 08:52:08 UTC 2018


 sw/source/ui/dbui/createaddresslistdialog.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit b156ca6e4692c2a32f41b9dfcd543966efc64a5d
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Sun Nov 4 09:50:58 2018 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Sun Nov 4 09:50:58 2018 +0100

    -Werror,-Wunused-variable
    
    ...after 16b2b4f27acb83fc651b8484dead53ebd0e269e1 "Simplify containers
    iterations in sw/source/ui*"
    
    Change-Id: If94cd1b242debe44871fbaa050d270e06bf0171b

diff --git a/sw/source/ui/dbui/createaddresslistdialog.cxx b/sw/source/ui/dbui/createaddresslistdialog.cxx
index 0e7961c42fb8..08cc3f6d897c 100644
--- a/sw/source/ui/dbui/createaddresslistdialog.cxx
+++ b/sw/source/ui/dbui/createaddresslistdialog.cxx
@@ -634,7 +634,6 @@ IMPL_LINK_NOARG(SwCreateAddressListDialog, OkHdl_Impl, Button*, void)
 
         lcl_WriteValues(&(m_pCSVData->aDBColumnHeaders), pStream);
 
-        std::vector< std::vector< OUString > >::iterator aDataIter;
         for(const auto& rData : m_pCSVData->aDBData)
         {
             lcl_WriteValues(&rData, pStream);


More information about the Libreoffice-commits mailing list