From 6401ca3325d386067ab86dc36c5cea169449570e Mon Sep 17 00:00:00 2001 From: Daisuke Nishino Date: Sun, 6 Nov 2011 19:19:48 +0900 Subject: Get rid of SvStringsSort --- sw/inc/doc.hxx | 3 +-- sw/inc/editsh.hxx | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'sw/inc') diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 6a03eb504dde..e4848f5bf68e 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -109,7 +109,6 @@ class SdrUndoAction; class VirtualDevice; class SfxPrinter; class SvNumberFormatter; -class SvStringsSort; class SvxMacro; class SvxMacroTableDtor; class SwAutoCompleteWord; @@ -1408,7 +1407,7 @@ public: void SetDefaultTOXBase(const SwTOXBase& rBase); // Key for management of index. - sal_uInt16 GetTOIKeys( SwTOIKeyType eTyp, SvStringsSort& rArr ) const; + sal_uInt16 GetTOIKeys( SwTOIKeyType eTyp, std::vector& rArr ) const; // Sort table text. sal_Bool SortTbl(const SwSelBoxes& rBoxes, const SwSortOptions&); diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index f821dcac0969..70af368d9fa4 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -66,7 +66,6 @@ class SwNewDBMgr; struct SwDocStat; class SvStringsDtor; -class SvStringsSort; class SwAutoCompleteWord; class SwFmtRefMark; @@ -416,7 +415,7 @@ public: void ApplyAutoMark(); // Key for managing index. - sal_uInt16 GetTOIKeys( SwTOIKeyType eTyp, SvStringsSort& rArr ) const; + sal_uInt16 GetTOIKeys( SwTOIKeyType eTyp, std::vector& rArr ) const; void SetOutlineNumRule(const SwNumRule&); const SwNumRule* GetOutlineNumRule() const; -- cgit