Kaydet (Commit) 337243fd authored tarafından Caolán McNamara's avatar Caolán McNamara

ofz#5193 Negative-size-param

Change-Id: I8c3cf71e4d7ad15d61e5aff738ebc6d326574635
üst bac55d08
...@@ -418,8 +418,8 @@ class SwHTMLParser : public SfxHTMLParser, public SwClient ...@@ -418,8 +418,8 @@ class SwHTMLParser : public SfxHTMLParser, public SwClient
SwViewShell *m_pActionViewShell; // SwViewShell, where StartAction was called SwViewShell *m_pActionViewShell; // SwViewShell, where StartAction was called
SwNodeIndex *m_pSttNdIdx; SwNodeIndex *m_pSttNdIdx;
std::shared_ptr<HTMLTable> m_xTable; // current "outermost" table
std::vector<HTMLTable*> m_aTables; std::vector<HTMLTable*> m_aTables;
std::shared_ptr<HTMLTable> m_xTable; // current "outermost" table
SwHTMLForm_Impl *m_pFormImpl; // current form SwHTMLForm_Impl *m_pFormImpl; // current form
SdrObject *m_pMarquee; // current marquee SdrObject *m_pMarquee; // current marquee
SwField *m_pField; // current field SwField *m_pField; // current field
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment