From 2a360b68475d6fff5b6618feddb0b52f3a4a2373 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 12 Jun 2012 15:41:27 +0200 Subject: Convert SV_DECL_PTRARR(SvBaseLinks) to std::vector Change-Id: I9197dc4fd7ed32f030de8121913265ec78c83585 --- sc/source/ui/undo/areasave.cxx | 6 +++--- sc/source/ui/undo/undoblk3.cxx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sc/source/ui/undo') diff --git a/sc/source/ui/undo/areasave.cxx b/sc/source/ui/undo/areasave.cxx index f91460b3b91e..28d88c272665 100644 --- a/sc/source/ui/undo/areasave.cxx +++ b/sc/source/ui/undo/areasave.cxx @@ -113,7 +113,7 @@ bool ScAreaLinkSaveCollection::IsEqual( const ScDocument* pDoc ) const { size_t nPos = 0; const ::sfx2::SvBaseLinks& rLinks = pLinkManager->GetLinks(); - sal_uInt16 nLinkCount = rLinks.Count(); + sal_uInt16 nLinkCount = rLinks.size(); for (sal_uInt16 i=0; iGetLinks(); - sal_uInt16 nLinkCount = rLinks.Count(); + sal_uInt16 nLinkCount = rLinks.size(); for (sal_uInt16 i=0; iGetLinks(); - sal_uInt16 nCount = pLinkManager->GetLinks().Count(); + sal_uInt16 nCount = pLinkManager->GetLinks().size(); for (sal_uInt16 i=0; i