summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-09-29 10:30:44 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-09-29 11:10:34 +0100
commitd49430893e88bd4327e0f004c0e4b32c65225117 (patch)
tree0cf3105575f7aa16c7c7b7ed0aebce19e0444af2 /include
parent4d5979d35ae4a58f62e00c42b1af071f13686baa (diff)
coverity#1325077 Uninitialized pointer field
Change-Id: I74121c1cc94edf338cf40a3d186308491e1d2409
Diffstat (limited to 'include')
-rw-r--r--include/editeng/overflowingtxt.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/overflowingtxt.hxx b/include/editeng/overflowingtxt.hxx
index 9eec07ec1edd..faa77f876dc1 100644
--- a/include/editeng/overflowingtxt.hxx
+++ b/include/editeng/overflowingtxt.hxx
@@ -96,7 +96,6 @@ private:
NonOverflowingText(const ESelection &aSel, bool bLastParaInterrupted);
friend class Outliner;
- const EditTextObject *mpContentTextObj;
const ESelection maContentSel;
const bool mbLastParaInterrupted;
};
@@ -112,6 +111,7 @@ class EDITENG_DLLPUBLIC OFlowChainedText
{
public:
OFlowChainedText(Outliner *, bool );
+ ~OFlowChainedText();
OutlinerParaObject *InsertOverflowingText(Outliner *, OutlinerParaObject *);
OutlinerParaObject *RemoveOverflowingText(Outliner *);