diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/shellio.hxx | 2 | ||||
-rw-r--r-- | sw/qa/extras/txtexport/txtexport.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx index 92544413bdfa..cec8b453e3f4 100644 --- a/sw/inc/shellio.hxx +++ b/sw/inc/shellio.hxx @@ -544,7 +544,7 @@ namespace SwReaderWriter } void GetRTFWriter( const OUString&, const OUString&, WriterRef& ); -SW_DLLPUBLIC void GetASCWriter(const OUString&, const OUString&, WriterRef&); +void GetASCWriter(const OUString&, const OUString&, WriterRef&); void GetHTMLWriter( const OUString&, const OUString&, WriterRef& ); void GetXMLWriter( const OUString&, const OUString&, WriterRef& ); diff --git a/sw/qa/extras/txtexport/txtexport.cxx b/sw/qa/extras/txtexport/txtexport.cxx index 59e64d215872..2213f53b34b7 100644 --- a/sw/qa/extras/txtexport/txtexport.cxx +++ b/sw/qa/extras/txtexport/txtexport.cxx @@ -27,7 +27,7 @@ public: void assertExportedRange(const OString& aExpected, SwPaM& rPaM) { WriterRef rAsciiWriter; - GetASCWriter(aEmptyOUStr, OUString(), rAsciiWriter); + SwReaderWriter::GetWriter(FILTER_TEXT, OUString(), rAsciiWriter); CPPUNIT_ASSERT(rAsciiWriter.is()); // no start char |