summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/textchainflow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/textchainflow.cxx')
-rw-r--r--svx/source/svdraw/textchainflow.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/svx/source/svdraw/textchainflow.cxx b/svx/source/svdraw/textchainflow.cxx
index 3f0f07dea1b8..559e6b9bd210 100644
--- a/svx/source/svdraw/textchainflow.cxx
+++ b/svx/source/svdraw/textchainflow.cxx
@@ -46,10 +46,8 @@ TextChainFlow::TextChainFlow(SdrTextObj *pChainTarget)
TextChainFlow::~TextChainFlow()
{
- if (mpOverflChText)
- delete mpOverflChText;
- if (mpUnderflChText)
- delete mpUnderflChText;
+ delete mpOverflChText;
+ delete mpUnderflChText;
}
void TextChainFlow::impSetFlowOutlinerParams(SdrOutliner *, SdrOutliner *)