Kaydet (Commit) eb834824 authored tarafından Noel Grandin's avatar Noel Grandin Kaydeden (comit) Michael Stahl

Convert SV_DECL_PTRARR_DEL(SwXMLTableRows_Impl) to boost::ptr_vector

üst 9cfab5c6
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
// STL include // STL include
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
#include <boost/ptr_container/ptr_vector.hpp>
#include <vector> #include <vector>
#include <svl/svstdarr.hxx> #include <svl/svstdarr.hxx>
...@@ -44,7 +45,8 @@ class SwStartNode; ...@@ -44,7 +45,8 @@ class SwStartNode;
class SwTableBoxFmt; class SwTableBoxFmt;
class SwTableLineFmt; class SwTableLineFmt;
class SwXMLTableCell_Impl; class SwXMLTableCell_Impl;
class SwXMLTableRows_Impl; class SwXMLTableRow_Impl;
typedef boost::ptr_vector<SwXMLTableRow_Impl> SwXMLTableRows_Impl;
class SwXMLDDETableContext_Impl; class SwXMLDDETableContext_Impl;
class TableBoxIndexHasher; class TableBoxIndexHasher;
class TableBoxIndex; class TableBoxIndex;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment