Kaydet (Commit) d0d026a1 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Actually no need to make GetASCWriter public.

Change-Id: I6f0f18629c6a61b6a4c52c2b16cc7b45525a5259
üst f7d01f3e
......@@ -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& );
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment