summaryrefslogtreecommitdiff
path: root/filter/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-05-25 09:25:19 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-05-25 09:26:14 +0100
commit306159d8ff9ef91cf8d4c92198157b7fad46211e (patch)
tree4deb90cae6be5a8b2539b8a72d919fb3e05457ab /filter/inc
parentb686bab2e39216f5b1df9f7fb77099fec6d2f611 (diff)
convert mpFidcls to a vector
Change-Id: I41d24c8d14a781e4100813ebce136d563f8c36b8
Diffstat (limited to 'filter/inc')
-rw-r--r--filter/inc/filter/msfilter/msdffimp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/inc/filter/msfilter/msdffimp.hxx b/filter/inc/filter/msfilter/msdffimp.hxx
index 3366a9c88431..ad2e55ae8c7c 100644
--- a/filter/inc/filter/msfilter/msdffimp.hxx
+++ b/filter/inc/filter/msfilter/msdffimp.hxx
@@ -478,7 +478,7 @@ typedef std::map<sal_uInt32, sal_uInt32> OffsetMap;
sal_uInt32 mnCurMaxShapeId; // we need this information to
sal_uInt32 mnDrawingsSaved; // access the right drawing
sal_uInt32 mnIdClusters; // while only knowing the shapeid
- FIDCL* mpFidcls;
+ std::vector<FIDCL> maFidcls;
OffsetMap maDgOffsetTable; // array of fileoffsets
friend class DffPropertyReader;