diff options
author | Noel Grandin <noel@peralex.com> | 2012-06-21 17:56:59 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-06-25 20:13:16 +0200 |
commit | e22cc759097feedd53cd56337b1b4a9813ba3d60 (patch) | |
tree | a48b0099d97b49433f5e829a83cadb889d33e48a /sw/inc | |
parent | ace0b43a026626dfbf0623800c24600d2d9480b5 (diff) |
Convert pFrmFmts member from Svptrarr to std::vector
Change-Id: I628709ab09318917083f71dde9f06cfb1c8d1a49
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/undobj.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/undobj.hxx b/sw/inc/undobj.hxx index 31140af123c9..ecc4c55c11af 100644 --- a/sw/inc/undobj.hxx +++ b/sw/inc/undobj.hxx @@ -233,7 +233,7 @@ class SwUndoInsLayFmt; class SwUndoInserts : public SwUndo, public SwUndRng, private SwUndoSaveCntnt { SwTxtFmtColl *pTxtFmtColl, *pLastNdColl; - SvPtrarr* pFrmFmts; + std::vector<SwFrmFmt*>* pFrmFmts; ::std::vector< ::boost::shared_ptr<SwUndoInsLayFmt> > m_FlyUndos; SwRedlineData* pRedlData; sal_Bool bSttWasTxtNd; |