diff options
author | Jan Holesovsky <kendy@collabora.com> | 2017-09-12 13:28:32 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2017-09-13 08:42:38 +0200 |
commit | 9ead87264328beddddead1c7e878c2aee03e03af (patch) | |
tree | 2e5baaea051cda259c2babb3ee947c6306a1380e /sw/inc | |
parent | 8e0fb74dc01927b60d8b868548ef8fe1d7a80ce3 (diff) |
tdf#112191: Don't export bullets when only one paragraph is selected.
Change-Id: Ibea54f857e78a850ea05643743884ae2157dae57
Reviewed-on: https://gerrit.libreoffice.org/42202
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
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 1ebc33e4e0a8..92544413bdfa 100644 --- a/sw/inc/shellio.hxx +++ b/sw/inc/shellio.hxx @@ -370,7 +370,6 @@ class SW_DLLPUBLIC Writer protected: - SwPaM* pOrigPam; // Last Pam that has to be processed. const OUString* pOrigFileName; void ResetWriter(); @@ -390,6 +389,7 @@ protected: public: SwDoc* pDoc; + SwPaM* pOrigPam; // Last Pam that has to be processed. SwPaM* pCurPam; bool bWriteAll : 1; bool bShowProgress : 1; @@ -544,7 +544,7 @@ namespace SwReaderWriter } void GetRTFWriter( const OUString&, const OUString&, WriterRef& ); -void GetASCWriter( const OUString&, const OUString&, WriterRef& ); +SW_DLLPUBLIC void GetASCWriter(const OUString&, const OUString&, WriterRef&); void GetHTMLWriter( const OUString&, const OUString&, WriterRef& ); void GetXMLWriter( const OUString&, const OUString&, WriterRef& ); |