From 802b6aaed855376b24d09acd5aa91abf80a9f71a Mon Sep 17 00:00:00 2001 From: PriyankaGaikwad Date: Thu, 20 Mar 2014 19:39:30 +0530 Subject: fdo#76163 Fix for file corruption which contains fields and hyperlink Field inside a hyperlink closed after the ending tag of hyperlink, which corrupted the RT file. Reviewed on: https://gerrit.libreoffice.org/8688 Change-Id: Ie6fb5eff19c941819ca8c6193b3a6471de12c3e6 --- 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 da94c87370c0..308cce8ccd5e 100644 --- a/sw/source/filter/ww8/docxattributeoutput.hxx +++ b/sw/source/filter/ww8/docxattributeoutput.hxx @@ -773,6 +773,7 @@ private: bool m_startedHyperlink; // Count nested HyperLinks sal_Int32 m_nHyperLinkCount; + sal_Int16 m_nFieldsInHyperlink; struct PostponedGraphic { -- cgit