summaryrefslogtreecommitdiffstats
path: root/svx/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-08-15 12:38:45 +0200
committerMichael Stahl <mstahl@redhat.com>2012-08-16 18:44:04 +0200
commited04025e10815c89fe02d0cf823253d540e21635 (patch)
treec3d2c860cc777073e80542a2bff6142d1866e110 /svx/inc
parentRemove unused field (diff)
downloadcore-ed04025e10815c89fe02d0cf823253d540e21635.tar.gz
core-ed04025e10815c89fe02d0cf823253d540e21635.zip
Convert maMaPag field in class SdrModel from Container to std::vector
Change-Id: I232ad32be90d93fe35a6cf089373e5a830e62113
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/svx/svdmodel.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/svx/svdmodel.hxx b/svx/inc/svx/svdmodel.hxx
index 87a096518410..22926d59c06b 100644
--- a/svx/inc/svx/svdmodel.hxx
+++ b/svx/inc/svx/svdmodel.hxx
@@ -164,7 +164,7 @@ class SVX_DLLPUBLIC SdrModel : public SfxBroadcaster, public tools::WeakBase< Sd
{
protected:
DateTime aReadDate; // Datum des Einstreamens
- Container maMaPag; // StammSeiten (Masterpages)
+ std::vector<SdrPage*> maMaPag; // StammSeiten (Masterpages)
Container maPages;
Link aUndoLink; // Link fuer einen NotifyUndo-Handler
Link aIOProgressLink;