diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-03-04 11:16:45 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-03-04 11:16:45 +0100 |
commit | 7a13fd8d6cea0e3096eef956bc33e1336d4b2d8c (patch) | |
tree | 2359e932445f13a64aae76336dac8bc00c9703a6 /sw | |
parent | 60ea01af8c57f9b03ee1da1196284fa10025c22c (diff) |
-Werror,-Wunused-private-field
Change-Id: Ibdc93b2afb3949fd25f14666f6eb3a4c1462f791
Diffstat (limited to 'sw')
-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 2ce36a5dc45e..cc2bf9b3607c 100644 --- a/sw/source/ui/dbui/createaddresslistdialog.cxx +++ b/sw/source/ui/dbui/createaddresslistdialog.cxx @@ -76,7 +76,6 @@ class SwAddressControl_Impl std::map<weld::Entry*, sal_Int32> m_aEditLines; SwCSVData* m_pData; - Size m_aWinOutputSize; sal_uInt32 m_nCurrentDataSet; bool m_bNoDataSet; |