summaryrefslogtreecommitdiff
path: root/sw/inc/editsh.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2014-11-30 17:04:22 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2014-12-02 00:33:18 +0100
commit2353618ff955cf5504ab7a69eaf2b7e5593b666b (patch)
tree27f42200bb0fb39042d89ea0aea38526b45bedf9 /sw/inc/editsh.hxx
parent9e4e7b2f454a5a3ccd619e9789461d474c2dacc7 (diff)
use boost
Change-Id: Ic5ded259912eb4d6b367ea294dc3a372fcd44195
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r--sw/inc/editsh.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx
index f74b797e9267..b59cc50e94cc 100644
--- a/sw/inc/editsh.hxx
+++ b/sw/inc/editsh.hxx
@@ -39,7 +39,6 @@
#include <vector>
#include <set>
#include <swundo.hxx>
-#include <ring.hxx>
#include <svtools/embedhlp.hxx>
#include <boost/ptr_container/ptr_vector.hpp>
@@ -139,12 +138,9 @@ typedef boost::ptr_vector<SwGetINetAttr> SwGetINetAttrs;
#define CNT_HasGrf(USH) ((USH)&CNT_GRF)
#define CNT_HasOLE(USH) ((USH)&CNT_OLE)
-typedef boost::intrusive::member_hook<Ring, boost::intrusive::list_member_hook<>, &Ring::m_aHook> MemberHookOption;
-typedef boost::intrusive::list<Ring, MemberHookOption> RingList;
class SW_DLLPUBLIC SwEditShell: public SwCrsrShell
{
static SvxSwAutoFmtFlags* pAutoFmtFlags;
- RingList m_aList;
/// For the private methods DelRange and those of AutoCorrect.
friend class SwAutoFormat;