diff options
author | Jan Holesovsky <kendy@collabora.com> | 2017-09-13 09:09:42 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2017-09-13 09:11:09 +0200 |
commit | d0d026a1589b8d8d97d4c64a48343c2d55774741 (patch) | |
tree | b699c0a7f9b1d0455361a496268925ea40ea87e8 /sw/inc/shellio.hxx | |
parent | f7d01f3ea5b472878255345ac6ddc113b0de9e2e (diff) |
Actually no need to make GetASCWriter public.
Change-Id: I6f0f18629c6a61b6a4c52c2b16cc7b45525a5259
Diffstat (limited to 'sw/inc/shellio.hxx')
-rw-r--r-- | sw/inc/shellio.hxx | 2 |
1 files changed, 1 insertions, 1 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& ); |