diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-11-04 09:50:58 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-11-04 09:50:58 +0100 |
commit | b156ca6e4692c2a32f41b9dfcd543966efc64a5d (patch) | |
tree | 3d77c43c623c4f33e3f4c9cb29608f48198ad7b5 | |
parent | ca3b0f8242a11c23f1077117e2e9f779348da831 (diff) |
-Werror,-Wunused-variable
...after 16b2b4f27acb83fc651b8484dead53ebd0e269e1 "Simplify containers
iterations in sw/source/ui*"
Change-Id: If94cd1b242debe44871fbaa050d270e06bf0171b
-rw-r--r-- | sw/source/ui/dbui/createaddresslistdialog.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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); |