summaryrefslogtreecommitdiff
path: root/sw/inc/shellio.hxx
diff options
context:
space:
mode:
authorBrad Sowden <code@sowden.org>2011-12-29 22:26:06 +1300
committerLuboš Luňák <l.lunak@suse.cz>2012-01-03 18:02:55 +0100
commit9e192c9fd1c0ddc0cd9b926a46f4144f1bf71526 (patch)
treec7e36927e64c9052ee283e443a44c38c716e650f /sw/inc/shellio.hxx
parent8172646815db38744d8ba0dfd959b1afc089fb40 (diff)
Easyhack fdo#38831 remove SvStrings
Diffstat (limited to 'sw/inc/shellio.hxx')
-rw-r--r--sw/inc/shellio.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx
index 56cd0635f4f6..0b9180479ff0 100644
--- a/sw/inc/shellio.hxx
+++ b/sw/inc/shellio.hxx
@@ -56,7 +56,6 @@ class SfxItemSet;
class SfxMedium;
class SvPtrarr;
class SvStream;
-class SvStrings;
class SvxFontItem;
class SvxMacroTableDtor;
class SwCntntNode;
@@ -64,6 +63,7 @@ class SwCrsrShell;
class SwDoc;
class SwPaM;
class SwTextBlocks;
+class vector;
struct SwPosition;
struct Writer_Impl;
@@ -272,8 +272,8 @@ public:
// Read the sections of the document, which is equal to the medium.
// Returns the count of it
- virtual sal_uInt16 GetSectionList( SfxMedium& rMedium,
- SvStrings& rStrings ) const;
+ virtual size_t GetSectionList( SfxMedium& rMedium,
+ std::vector<String*>& rStrings ) const;
SotStorageRef getSotStorageRef() { return pStg; };
void setSotStorageRef(SotStorageRef pStgRef) { pStg = pStgRef; };