summaryrefslogtreecommitdiff
path: root/sw/source/filter/basflt
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-11-29 23:24:35 +0100
committerMichael Stahl <mstahl@redhat.com>2017-11-30 22:32:46 +0100
commitdfe635d4f523224b7a6991b524dc2635311a5956 (patch)
treeb27b77e3d8084e07636a20e74ef82f8756b7a6df /sw/source/filter/basflt
parent2c081e66cd63df812c2d248c7d2b5bb384b21156 (diff)
sw: std::vector<OUString*> considered silly
Change-Id: Ie5141a01b1a63c083d5fce1842a35a9a4b0d36e3
Diffstat (limited to 'sw/source/filter/basflt')
-rw-r--r--sw/source/filter/basflt/shellio.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/basflt/shellio.cxx b/sw/source/filter/basflt/shellio.cxx
index 8b66489885dd..037c12b4a993 100644
--- a/sw/source/filter/basflt/shellio.cxx
+++ b/sw/source/filter/basflt/shellio.cxx
@@ -632,7 +632,7 @@ void Reader::ResetFrameFormats( SwDoc& rDoc )
// read the sections of the document, which is equal to the medium.
// returns the count of it
-size_t Reader::GetSectionList( SfxMedium&, std::vector<OUString*>& ) const
+size_t Reader::GetSectionList(SfxMedium&, std::vector<OUString>&) const
{
return 0;
}