summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmltab.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/html/htmltab.cxx')
-rw-r--r--sw/source/filter/html/htmltab.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/html/htmltab.cxx b/sw/source/filter/html/htmltab.cxx
index 6fd697426cb4..c595c7bc6f61 100644
--- a/sw/source/filter/html/htmltab.cxx
+++ b/sw/source/filter/html/htmltab.cxx
@@ -2973,7 +2973,7 @@ class CellSaveStruct : public SectionSaveStruct
public:
- CellSaveStruct( SwHTMLParser& rParser, HTMLTable *pCurTable, bool bHd,
+ CellSaveStruct( SwHTMLParser& rParser, HTMLTable const *pCurTable, bool bHd,
bool bReadOpt );
void AddContents( HTMLTableCnts *pNewCnts );
@@ -2991,7 +2991,7 @@ public:
void CheckNoBreak( const SwPosition& rPos );
};
-CellSaveStruct::CellSaveStruct( SwHTMLParser& rParser, HTMLTable *pCurTable,
+CellSaveStruct::CellSaveStruct( SwHTMLParser& rParser, HTMLTable const *pCurTable,
bool bHd, bool bReadOpt ) :
SectionSaveStruct( rParser ),
m_pCnts( nullptr ),