diff options
Diffstat (limited to 'cui/source/tabpages/tparea.cxx')
-rw-r--r-- | cui/source/tabpages/tparea.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/tabpages/tparea.cxx b/cui/source/tabpages/tparea.cxx index 70e7be46c9c7..9870d84c8374 100644 --- a/cui/source/tabpages/tparea.cxx +++ b/cui/source/tabpages/tparea.cxx @@ -404,7 +404,6 @@ void SvxAreaTabPage::CreatePage( sal_Int32 nId, SfxTabPage* pTab ) if(nId == SOLID ) { static_cast<SvxColorTabPage*>(pTab)->SetColorList( m_pColorList ); - static_cast<SvxColorTabPage*>(pTab)->SetPos( &m_nPos ); static_cast<SvxColorTabPage*>(pTab)->SetColorChgd( m_pnColorListState ); static_cast<SvxColorTabPage*>(pTab)->Construct(); static_cast<SvxColorTabPage*>(pTab)->ActivatePage( m_rXFSet ); |