summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/regionsw.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-05-01 09:48:24 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-05-01 12:11:20 +0100
commit299fdae0ee07bc5a44fa77c628813a48508b663a (patch)
tree6cc5726659df3124dc97c55d5c5f0c0db83af2e6 /sw/source/ui/inc/regionsw.hxx
parentMatrix3d::* belongs to some external lib (diff)
downloadcore-299fdae0ee07bc5a44fa77c628813a48508b663a.tar.gz
core-299fdae0ee07bc5a44fa77c628813a48508b663a.zip
SV_DECL_PTRARR_SORT->boost::ptr_set
Change-Id: I770d684a11347593656edc80d173bc7631d58fd8
Diffstat (limited to 'sw/source/ui/inc/regionsw.hxx')
-rw-r--r--sw/source/ui/inc/regionsw.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/source/ui/inc/regionsw.hxx b/sw/source/ui/inc/regionsw.hxx
index 1e6ce87b1746..e9a682cfc0c2 100644
--- a/sw/source/ui/inc/regionsw.hxx
+++ b/sw/source/ui/inc/regionsw.hxx
@@ -52,6 +52,8 @@
#include <svx/paraprev.hxx>
#include <editeng/lrspitem.hxx>
+#include <boost/ptr_container/ptr_set.hpp>
+
class SwWrtShell;
class EditRegionDlg;
@@ -66,7 +68,7 @@ namespace sfx2
*************************************************************************/
class SectRepr;
typedef SectRepr* SectReprPtr;
-SV_DECL_PTRARR_SORT( SectReprArr, SectReprPtr, 0 )
+typedef boost::ptr_set<SectRepr> SectReprArr;
class SwEditRegionDlg : public SfxModalDialog
{