[Libreoffice-commits] core.git: sw/source

Caolán McNamara caolanm at redhat.com
Tue Jan 9 20:51:34 UTC 2018


 sw/source/filter/html/swhtml.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 337243fd28ce49d71108a9a16b885adf612384bc
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Jan 9 20:49:30 2018 +0000

    ofz#5193 Negative-size-param
    
    Change-Id: I8c3cf71e4d7ad15d61e5aff738ebc6d326574635

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


More information about the Libreoffice-commits mailing list