summaryrefslogtreecommitdiff
path: root/filter/inc/filter/msfilter/msdffimp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/inc/filter/msfilter/msdffimp.hxx')
-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;