summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-08-15 13:29:19 +0200
committerMichael Stahl <mstahl@redhat.com>2012-08-16 18:44:04 +0200
commite5da8190e0edc476eecfe4f49aae4b50a480e414 (patch)
tree3d61fda74b83d6b43cd2ebf66649c3e7c2fee814 /svx/source
parent17afe4cea7e01aef1e5270cc09f438bc6fde3211 (diff)
Convert field from Container to std::vector in SdrPageGridFrameList
Change-Id: I5940936e986b2f6580ca9ce973359d8179631f8c
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/svdraw/svdpage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdpage.cxx b/svx/source/svdraw/svdpage.cxx
index db88eb3b6b56..fffb8ed6c87b 100644
--- a/svx/source/svdraw/svdpage.cxx
+++ b/svx/source/svdraw/svdpage.cxx
@@ -1088,7 +1088,7 @@ void SdrPageGridFrameList::Clear()
for (sal_uInt16 i=0; i<nAnz; i++) {
delete GetObject(i);
}
- aList.Clear();
+ aList.clear();
}
//////////////////////////////////////////////////////////////////////////////