diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-01-16 15:06:12 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-01-16 15:17:45 +0100 |
commit | 9758961f6c6d2e40eec2d89c7bb1a5d065a6a1d8 (patch) | |
tree | e0e5635e739659aacea09e0e1cec08d20b01deab /sw/inc | |
parent | f6824eb6df649628630598278aa1b5e3ab4b9a0d (diff) |
sw: make these public as well for unit tests
All are Sw-prefixed or are in Sw-prefixed namespace, so what can go
wrong.
Change-Id: Icbd8cead5e1db88d34519b09b21e64735ccb2734
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/shellio.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx index bfdac41d4a5d..6fe135b6e37b 100644 --- a/sw/inc/shellio.hxx +++ b/sw/inc/shellio.hxx @@ -506,7 +506,7 @@ public: // Interface class for general access on special writers. -class SwWriter +class SW_DLLPUBLIC SwWriter { SvStream* pStrm; SotStorageRef pStg; @@ -566,7 +566,7 @@ namespace SwReaderWriter Reader* GetReader( const OUString& rFltName ); /// Return writer based on the name. - void GetWriter( const OUString& rFltName, const OUString& rBaseURL, WriterRef& xWrt ); + SW_DLLPUBLIC void GetWriter( const OUString& rFltName, const OUString& rBaseURL, WriterRef& xWrt ); } void GetRTFWriter( const OUString&, const OUString&, WriterRef& ); |