From 9ead87264328beddddead1c7e878c2aee03e03af Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Tue, 12 Sep 2017 13:28:32 +0200 Subject: 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 Reviewed-by: Jan Holesovsky --- sw/inc/shellio.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/inc') 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& ); -- cgit