summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/tpline.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-10-02 15:41:54 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-10-03 08:26:20 +0200
commitbe98dffedd70f36e7c74c4ebd6509c5868a016d1 (patch)
tree7b51a6b30053d9373c713acd54a6388126b15437 /cui/source/tabpages/tpline.cxx
parent07c4aa4298f062cee1894b80ef82e76d5ffcf4c7 (diff)
loplugin:unusedfields
Change-Id: Idf6f7f2946eecada64d2a586194533840ec8cc63 Reviewed-on: https://gerrit.libreoffice.org/61248 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source/tabpages/tpline.cxx')
-rw-r--r--cui/source/tabpages/tpline.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/tabpages/tpline.cxx b/cui/source/tabpages/tpline.cxx
index 015d4ac84883..fa45d9916897 100644
--- a/cui/source/tabpages/tpline.cxx
+++ b/cui/source/tabpages/tpline.cxx
@@ -74,7 +74,6 @@ SvxLineTabPage::SvxLineTabPage(TabPageParent pParent, const SfxItemSet& rInAttrs
: SfxTabPage(pParent, "cui/ui/linetabpage.ui", "LineTabPage", &rInAttrs)
, m_pSymbolList(nullptr)
, m_bNewSize(false)
- , m_nNumMenuGalleryItems(0)
, m_nSymbolType(SVX_SYMBOLTYPE_UNKNOWN) // unknown respectively unchanged
, m_pSymbolAttr(nullptr)
, m_bLastWidthModified(false)
@@ -1380,7 +1379,6 @@ IMPL_LINK_NOARG(SvxLineTabPage, MenuCreateHdl_Impl, weld::ToggleButton&, void)
GalleryExplorer::FillObjList(GALLERY_THEME_BULLETS, m_aGrfNames);
sal_uInt32 i = 0;
- m_nNumMenuGalleryItems = m_aGrfNames.size();
for (auto const& grfName : m_aGrfNames)
{
const OUString *pUIName = &grfName;