summaryrefslogtreecommitdiff
path: root/sw/source/uibase/table/tablemgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/table/tablemgr.cxx')
-rw-r--r--sw/source/uibase/table/tablemgr.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/sw/source/uibase/table/tablemgr.cxx b/sw/source/uibase/table/tablemgr.cxx
index a82738dce1db..e9fb41e674d5 100644
--- a/sw/source/uibase/table/tablemgr.cxx
+++ b/sw/source/uibase/table/tablemgr.cxx
@@ -168,18 +168,12 @@ void SwTableFUNC::InitTabCols()
SwTableFUNC::SwTableFUNC(SwWrtShell *pShell)
: pFormat(pShell->GetTableFormat()),
- pSh(pShell),
- bCopy(false)
+ pSh(pShell)
{
- // if applicable copy the format for edit
- if( pFormat && bCopy )
- pFormat = new SwFrameFormat( *pFormat );
}
SwTableFUNC::~SwTableFUNC()
{
- if(bCopy)
- delete pFormat;
}
void SwTableFUNC::UpdateChart()