diff options
author | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2023-03-04 16:51:32 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2023-03-15 11:07:23 +0000 |
commit | 7c954d09f70d262d44b2c63fff3376dc89722c60 (patch) | |
tree | b3da91693534e1a8d38f9bf8417bca0a451b88d7 /sw/inc/cellatr.hxx | |
parent | 5c04c4474236cc50009aea6d89f7c443c861af19 (diff) |
Add SwTable::SwitchFormulasToInternalRepresentation
- and get rid of most of the TBL_BOXPTR stuff it replaces
- instead of using a TBL_BOXPTR on UpdateTableFields
SwTable::SwitchFormulasToInternalRepresentation should
be used
- TBL_BOXPTR is not used via UpdateTableFields anymore and
an assert assures it will never be
Change-Id: I56eca0e339e0d87a60009ea4dd53f4fe96fe639a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148249
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'sw/inc/cellatr.hxx')
-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 f5d4909fd1b6..d1de3bbb9136 100644 --- a/sw/inc/cellatr.hxx +++ b/sw/inc/cellatr.hxx @@ -71,6 +71,7 @@ public: const SwTableBox* GetTableBox() const { return const_cast<SwTableBoxFormula*>(this)->GetTableBox(); } + void TryBoxNmToPtr(); void ChangeState( const SfxPoolItem* pItem ); void Calc( SwTableCalcPara& rCalcPara, double& rValue ); }; |