summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/tparea.cxx
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2017-06-08 00:45:32 +0200
committerKatarina Behrens <Katarina.Behrens@cib.de>2017-06-08 23:14:13 +0200
commitb96174fac58eff71f0a8d2ad1e99b7776e34c33b (patch)
treecc37802fa64644fe8690502e0528667cb7fbe5b2 /cui/source/tabpages/tparea.cxx
parentc1567aa18a79b807b23da12423166dc217ff582a (diff)
tdf#107087: Select bitmap fill from preset list
Also remove member variable that is used just once Change-Id: I369299aed75a3b44048aa09ba86b79e552cf6d14 Reviewed-on: https://gerrit.libreoffice.org/38551 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'cui/source/tabpages/tparea.cxx')
-rw-r--r--cui/source/tabpages/tparea.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/tabpages/tparea.cxx b/cui/source/tabpages/tparea.cxx
index 10e50cfd932b..9a5e22c8a6bc 100644
--- a/cui/source/tabpages/tparea.cxx
+++ b/cui/source/tabpages/tparea.cxx
@@ -437,7 +437,6 @@ void SvxAreaTabPage::CreatePage( sal_Int32 nId, SfxTabPage* pTab )
else if(nId == BITMAP)
{
static_cast<SvxBitmapTabPage*>(pTab)->SetBitmapList( m_pBitmapList );
- static_cast<SvxBitmapTabPage*>(pTab)->SetPos( &m_nPos );
static_cast<SvxBitmapTabPage*>(pTab)->SetBmpChgd( m_pnBitmapListState );
static_cast<SvxBitmapTabPage*>(pTab)->Construct();
static_cast<SvxBitmapTabPage*>(pTab)->ActivatePage( m_rXFSet );