summaryrefslogtreecommitdiff
path: root/svx/source/table/tablecolumn.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/tablecolumn.cxx')
-rw-r--r--svx/source/table/tablecolumn.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/table/tablecolumn.cxx b/svx/source/table/tablecolumn.cxx
index cd781ec9b1fb..ca3212ceeb8a 100644
--- a/svx/source/table/tablecolumn.cxx
+++ b/svx/source/table/tablecolumn.cxx
@@ -224,8 +224,7 @@ void SAL_CALL TableColumn::setFastPropertyValue( sal_Int32 nHandle, const Any& a
mxTableModel->setModified(sal_True);
}
- if( pUndo )
- delete pUndo;
+ delete pUndo;
}
// -----------------------------------------------------------------------------