summaryrefslogtreecommitdiffstats
path: root/sw/inc/unotxdoc.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-05-10 15:49:46 +0200
committerMichael Stahl <mstahl@redhat.com>2012-05-14 19:49:14 +0200
commitd61282d4a91b441a5859be1ae8ba2abad2aab36e (patch)
tree7b299aa0b6f5171aa2cdf5209ebf8e1221f8c793 /sw/inc/unotxdoc.hxx
parentConvert SV_DECL_PTRARR_DEL(SwAuthDataArr) to boost::ptr_vector (diff)
downloadcore-d61282d4a91b441a5859be1ae8ba2abad2aab36e.tar.gz
core-d61282d4a91b441a5859be1ae8ba2abad2aab36e.zip
Convert SV_DECL_PTRARR(ActionContextArr) to std::deque
Change-Id: I722fda99e8c13785c37fe20a89c1e7b6620b884d
Diffstat (limited to 'sw/inc/unotxdoc.hxx')
-rw-r--r--sw/inc/unotxdoc.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx
index 5aef8c46e7c5..9d94f18323ee 100644
--- a/sw/inc/unotxdoc.hxx
+++ b/sw/inc/unotxdoc.hxx
@@ -133,8 +133,7 @@ class SwPrintData;
class SwRenderData;
class ViewShell;
-typedef UnoActionContext* UnoActionContextPtr;
-SV_DECL_PTRARR(ActionContextArr, UnoActionContextPtr, 4)
+typedef std::deque<UnoActionContext*> ActionContextArr;
/******************************************************************************