summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-06-02 02:37:07 +0200
committerMichael Stahl <mstahl@redhat.com>2012-06-08 22:52:29 +0200
commit1e921f777433a5fcf37bb2933bfd803210c4625d (patch)
tree54d8fe315518eccbd8a525cd46353d769a6adea5 /sfx2
parent5fc6947d4408b450e9529a88fada6f3070c30a50 (diff)
Convert SV_DECL_PTRARR(SfxMacroInfoArr_Impl) to std::vector
Change-Id: If82cf86e03e2539e95684a85929ecb24999bd6ba
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/inc/sfx2/macrconf.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/inc/sfx2/macrconf.hxx b/sfx2/inc/sfx2/macrconf.hxx
index a9f9f9a4ad98..686eb224132c 100644
--- a/sfx2/inc/sfx2/macrconf.hxx
+++ b/sfx2/inc/sfx2/macrconf.hxx
@@ -33,6 +33,7 @@
#include "sal/types.h"
#include <tools/errcode.hxx>
#include <sfx2/evntconf.hxx>
+#include <vector>
class SfxMacroInfo;
class SfxSlot;
@@ -47,8 +48,7 @@ class SbxArray;
class SvStream;
class SvxMacro;
-typedef SfxMacroInfo* SfxMacroInfoPtr;
-SV_DECL_PTRARR(SfxMacroInfoArr_Impl, SfxMacroInfoPtr, 5)
+typedef std::vector<SfxMacroInfo*> SfxMacroInfoArr_Impl;
class SFX2_DLLPUBLIC SfxMacroInfo
{