summaryrefslogtreecommitdiff
path: root/svx/source/dialog
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-14 14:48:49 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-14 15:25:28 +0100
commit81adf960681d87e45e8fb542dea4fdd7ba6f02c5 (patch)
tree5d55c4a3c7db36a97d84ef7924db50ec06ffb325 /svx/source/dialog
parent3ec9d2724ab48a027385bdda443ab06af2626b2b (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.cxx2
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 )