diff options
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/doc.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 17d130a51be4..df07fbae0043 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -1178,7 +1178,8 @@ public: const SwTableAutoFormat* pTAFormat = nullptr, const std::vector<sal_uInt16> *pColArr = nullptr, bool bCalledFromShell = false, - bool bNewModel = true ); + bool bNewModel = true, + const OUString& rTableName = {} ); // If index is in a table, return TableNode, else 0. static SwTableNode* IsIdxInTable( const SwNodeIndex& rIdx ); |