summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2017-09-13 09:09:42 +0200
committerJan Holesovsky <kendy@collabora.com>2017-09-13 09:11:09 +0200
commitd0d026a1589b8d8d97d4c64a48343c2d55774741 (patch)
treeb699c0a7f9b1d0455361a496268925ea40ea87e8 /sw
parentf7d01f3ea5b472878255345ac6ddc113b0de9e2e (diff)
Actually no need to make GetASCWriter public.
Change-Id: I6f0f18629c6a61b6a4c52c2b16cc7b45525a5259
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/shellio.hxx2
-rw-r--r--sw/qa/extras/txtexport/txtexport.cxx2
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