summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-03-02 09:18:51 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-03-02 10:03:51 +0200
commitad9960ffeb25f31ce4b1f819f909f1eb9ad6d7dd (patch)
treea3e7d49aa5c1ba16259a3f79127333b9d7e8f24c /sw/inc
parent906ca2e0e58556353a40670828e111986285315a (diff)
Convert SvPtrarr usage to std::vector
In GetBookmarks and Writer_Impl pFontRemoveLst field. Remove unused field pBkmkArr in Writer_Impl class. Convert SwBookmarkNodeTable to std::multimap, greatly simplifying code.
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/shellio.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx
index 68de27e1b7f4..751f63840c8a 100644
--- a/sw/inc/shellio.hxx
+++ b/sw/inc/shellio.hxx
@@ -47,6 +47,7 @@
#include <swtypes.hxx>
#include <docfac.hxx> // SwDocFac
#include <iodetect.hxx>
+#include <IMark.hxx>
class SfxFilterContainer;
class SfxFilter;
@@ -463,7 +464,7 @@ public:
// Search alle Bookmarks in the range and return it in the Array.
sal_uInt16 GetBookmarks( const SwCntntNode& rNd,
xub_StrLen nStt, xub_StrLen nEnd,
- SvPtrarr& rArr );
+ std::vector< const ::sw::mark::IMark* >& rArr );
// Create new PaM at position.
static SwPaM * NewSwPaM(SwDoc & rDoc,