summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-01-09 20:49:30 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-01-09 20:49:30 +0000
commit337243fd28ce49d71108a9a16b885adf612384bc (patch)
tree3d9b27c00686f0c6030430cd9ab5a6927322ce9f
parentbac55d08211662b4efec8d3b477e8831b109e8e3 (diff)
ofz#5193 Negative-size-param
Change-Id: I8c3cf71e4d7ad15d61e5aff738ebc6d326574635
-rw-r--r--sw/source/filter/html/swhtml.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/swhtml.hxx b/sw/source/filter/html/swhtml.hxx
index e16394053623..1be17ff43d78 100644
--- a/sw/source/filter/html/swhtml.hxx
+++ b/sw/source/filter/html/swhtml.hxx
@@ -418,8 +418,8 @@ class SwHTMLParser : public SfxHTMLParser, public SwClient
SwViewShell *m_pActionViewShell; // SwViewShell, where StartAction was called
SwNodeIndex *m_pSttNdIdx;
- std::shared_ptr<HTMLTable> m_xTable; // current "outermost" table
std::vector<HTMLTable*> m_aTables;
+ std::shared_ptr<HTMLTable> m_xTable; // current "outermost" table
SwHTMLForm_Impl *m_pFormImpl; // current form
SdrObject *m_pMarquee; // current marquee
SwField *m_pField; // current field