summaryrefslogtreecommitdiff
path: root/sfx2/inc/arrdecl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-06-14 09:25:19 +0200
committerMichael Stahl <mstahl@redhat.com>2012-06-20 19:46:38 +0200
commit0b784bd6419643288066cb233c78b609d83048cc (patch)
tree05649c7dcae55d782aaee4d93ed0dfdf8917d00e /sfx2/inc/arrdecl.hxx
parent7f91d56e078048e2e0bc8f3edf1e47ff0b7f0d5a (diff)
Convert SV_DECL_PTRARR(SfxModuleArr_Impl) to std::vector
Change-Id: I905d17fbbda11199065237b396c52bacc481e414
Diffstat (limited to 'sfx2/inc/arrdecl.hxx')
-rw-r--r--sfx2/inc/arrdecl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/inc/arrdecl.hxx b/sfx2/inc/arrdecl.hxx
index f8e4eb478226..45481f839d77 100644
--- a/sfx2/inc/arrdecl.hxx
+++ b/sfx2/inc/arrdecl.hxx
@@ -59,7 +59,7 @@ public:
};
class SfxModule;
-SV_DECL_PTRARR( SfxModuleArr_Impl, SfxModule*, 2 )
+typedef ::std::vector<SfxModule*> SfxModuleArr_Impl;
class SfxFrame;
typedef ::std::vector<SfxFrame*> SfxFrameArr_Impl;