From f672ba611a8cef83acad3233d27dc6414b463a42 Mon Sep 17 00:00:00 2001 From: Cédric Bosdonnat Date: Tue, 21 Aug 2012 07:02:46 +0200 Subject: fdo#53175: Fixed the end of hyperlinks This fixes the end of hyperlinks appearing after field ends (while the start of hyperlink is after field start too). Change-Id: If21b8973baaca183e0103e3a70ed98b99aa59392 (cherry picked from commit c1c2688912e769dfd7654e11e87dae380a8ce1eb) Signed-off-by: Miklos Vajna --- sw/source/filter/ww8/docxattributeoutput.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sw/source/filter/ww8/docxattributeoutput.hxx') diff --git a/sw/source/filter/ww8/docxattributeoutput.hxx b/sw/source/filter/ww8/docxattributeoutput.hxx index 788905f00183..db78516c38c9 100644 --- a/sw/source/filter/ww8/docxattributeoutput.hxx +++ b/sw/source/filter/ww8/docxattributeoutput.hxx @@ -590,6 +590,7 @@ private: // close of hyperlink needed bool m_closeHyperlinkInThisRun; bool m_closeHyperlinkInPreviousRun; + bool m_startedHyperlink; struct PostponedGraphic { -- cgit v1.2.3