summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxattributeoutput.hxx
diff options
context:
space:
mode:
authorPriyankaGaikwad <priyanka.gaikwad@synerzip.com>2014-03-20 19:39:30 +0530
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-03-22 14:47:06 +0100
commit802b6aaed855376b24d09acd5aa91abf80a9f71a (patch)
tree8cf29b643c1a3c550e1baaa7d70cf7c7398fd735 /sw/source/filter/ww8/docxattributeoutput.hxx
parent3d5349f290deead4d47708ac8e30da47a76b9177 (diff)
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
Diffstat (limited to 'sw/source/filter/ww8/docxattributeoutput.hxx')
-rw-r--r--sw/source/filter/ww8/docxattributeoutput.hxx1
1 files changed, 1 insertions, 0 deletions
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
{