SwContentArr: fix C++11ism
Change-Id: Id4151d24fbb12688c7916dbcdac21ca4c6df0b42
This commit is contained in:
@@ -106,7 +106,9 @@ using namespace ::com::sun::star::container;
|
|||||||
|
|
||||||
#define NAVI_BOOKMARK_DELIM (sal_Unicode)1
|
#define NAVI_BOOKMARK_DELIM (sal_Unicode)1
|
||||||
|
|
||||||
class SwContentArr : public o3tl::sorted_vector<SwContent*, o3tl::less_ptr_to<SwContent>> {
|
class SwContentArr
|
||||||
|
: public o3tl::sorted_vector<SwContent*, o3tl::less_ptr_to<SwContent> >
|
||||||
|
{
|
||||||
public:
|
public:
|
||||||
~SwContentArr() { DeleteAndDestroyAll(); }
|
~SwContentArr() { DeleteAndDestroyAll(); }
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user