diff options
author | Daisuke Nishino <niboshi000@gmail.com> | 2011-11-06 19:19:48 +0900 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-11-07 12:27:32 +0000 |
commit | 6401ca3325d386067ab86dc36c5cea169449570e (patch) | |
tree | 3e66244f63a1bbdfae27da5250484382848a65cc /sw/inc | |
parent | 0a590fc4f0ae79faeea402ec4868cfd89b5f0371 (diff) |
Get rid of SvStringsSort
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/doc.hxx | 3 | ||||
-rw-r--r-- | sw/inc/editsh.hxx | 3 |
2 files changed, 2 insertions, 4 deletions
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<String>& 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<String>& rArr ) const; void SetOutlineNumRule(const SwNumRule&); const SwNumRule* GetOutlineNumRule() const; |