diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2023-11-23 17:06:51 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2023-11-23 18:21:20 +0100 |
commit | 32ce5fe4ed19a79b6f15a5d4d1892e6cc8d778d9 (patch) | |
tree | 43533c361e99c0efaecb3d09c4342fef355ceb90 /sw/inc | |
parent | 17e362e56f9e15d0214c441e632c91d22e58519d (diff) |
tdf#158336: Only Change current table
For that, use the same logic as TryBoxNmToPtr
Regression from 0c008ab081aa5bbf53f8562e95e547deae5afc2e
"tdf#157132: restore behaviour for TBL_RELBOXNAME"
Change-Id: I8f93ad3a9686001fd6bd7226400925e43b81ec23
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159865
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/cellatr.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/cellatr.hxx b/sw/inc/cellatr.hxx index 2c00b5321190..54ddf2caa5ba 100644 --- a/sw/inc/cellatr.hxx +++ b/sw/inc/cellatr.hxx @@ -75,6 +75,7 @@ public: { return const_cast<SwTableBoxFormula*>(this)->GetTableBox(); } void TryBoxNmToPtr(); + void TryRelBoxNm(); void ToSplitMergeBoxNmWithHistory(SwTableFormulaUpdate& rUpdate, SwHistory* pHistory); void ChangeState() { |