summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-02-11 11:10:25 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-02-11 11:13:36 +0000
commit4895dd454ccf3d403b2ed7aa4b19f726c28e6032 (patch)
treed2cc3753f0e98699b4e3c96850fa072dbcae2176 /svx
parent992f3ce06773cd05dbb66162f51408338d3db801 (diff)
add borders to simpletablecontainer
Change-Id: I9215516c21ce1330cf1fef07cbd647a1c318e241
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/simptabl.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/dialog/simptabl.cxx b/svx/source/dialog/simptabl.cxx
index abed19425cda..5fa40773d645 100644
--- a/svx/source/dialog/simptabl.cxx
+++ b/svx/source/dialog/simptabl.cxx
@@ -39,7 +39,6 @@ SvxSimpleTableContainer::SvxSimpleTableContainer(Window* pParent, WinBits nBits)
: Control(pParent, nBits)
, m_pTable(NULL)
{
- SetBorderStyle(WINDOW_BORDER_NOBORDER);
}
extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeSvxSimpleTableContainer(Window *pParent,