diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-14 14:48:49 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-14 15:25:28 +0100 |
commit | 81adf960681d87e45e8fb542dea4fdd7ba6f02c5 (patch) | |
tree | 5d55c4a3c7db36a97d84ef7924db50ec06ffb325 /svx/source/dialog | |
parent | 3ec9d2724ab48a027385bdda443ab06af2626b2b (diff) |
nah, don't want to list bg in any extra table container space
Diffstat (limited to 'svx/source/dialog')
-rw-r--r-- | svx/source/dialog/simptabl.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/dialog/simptabl.cxx b/svx/source/dialog/simptabl.cxx index c9a4d769632c..ed78af94ffe0 100644 --- a/svx/source/dialog/simptabl.cxx +++ b/svx/source/dialog/simptabl.cxx @@ -56,8 +56,6 @@ SvxSimpleTableContainer::SvxSimpleTableContainer( Window* pParent, const ResId& void SvxSimpleTableContainer::SetTable(SvxSimpleTable* pTable) { m_pTable = pTable; - if (m_pTable) - SetBackground(m_pTable->GetBackground()); } long SvxSimpleTableContainer::PreNotify( NotifyEvent& rNEvt ) |