summaryrefslogtreecommitdiff
path: root/sw/inc/undobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/undobj.hxx')
-rw-r--r--sw/inc/undobj.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/undobj.hxx b/sw/inc/undobj.hxx
index 70be965c3f14..2e84ff9c1d6e 100644
--- a/sw/inc/undobj.hxx
+++ b/sw/inc/undobj.hxx
@@ -230,9 +230,9 @@ class SwUndoInsLayFormat;
class SwUndoInserts : public SwUndo, public SwUndRng, private SwUndoSaveContent
{
SwTextFormatColl *pTextFormatColl, *pLastNdColl;
- std::vector<SwFrameFormat*>* pFrameFormats;
+ std::unique_ptr<std::vector<SwFrameFormat*>> pFrameFormats;
std::vector< std::shared_ptr<SwUndoInsLayFormat> > m_FlyUndos;
- SwRedlineData* pRedlData;
+ std::unique_ptr<SwRedlineData> pRedlData;
bool bSttWasTextNd;
protected:
sal_uLong nNdDiff;