diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-04-05 23:34:53 +0200 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-04-08 13:15:54 +0200 |
commit | 5f230bcea7da479931653a75719282de923eed9d (patch) | |
tree | 9b4e7062f3f32c84c29d055030571a015f99061b /sw/inc | |
parent | 66800ce1b5fac4bcb4a67aede96e7558dd982303 (diff) |
sw: SetupFilterOptions for any Writer derived filter (html, ascii)
Change-Id: I6f0147ea640a7ad767e2c0112b5e18dcb530fa7c
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/shellio.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx index bdb3aeaf5099..0f2ff1988704 100644 --- a/sw/inc/shellio.hxx +++ b/sw/inc/shellio.hxx @@ -421,6 +421,8 @@ public: virtual sal_uLong Write( SwPaM&, const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >&, const OUString* = 0, SfxMedium* = 0 ); virtual sal_uLong Write( SwPaM&, SotStorage&, const OUString* = 0 ); + virtual void SetupFilterOptions(SfxMedium& rMedium); + virtual void SetVersion( const OUString&, long ); virtual sal_Bool IsStgWriter() const; |