diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-08-21 19:53:28 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-08-21 22:22:14 +0200 |
commit | 336a265711cc5e391a8675d8f34316fd788651d1 (patch) | |
tree | 042ba8bb2713890b0559cf579faa5c7bca68727e /sw/inc/swtable.hxx | |
parent | 423b1b5864bb9f1d51bb5b237a560e88f921b525 (diff) |
tdf#112865 inline a couple of hot methods
Change-Id: I5db8b5717380a6a8fab50a6cbdd019e365be64af
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138642
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/swtable.hxx')
-rw-r--r-- | sw/inc/swtable.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/swtable.hxx b/sw/inc/swtable.hxx index 8099077b91f3..7502f0605778 100644 --- a/sw/inc/swtable.hxx +++ b/sw/inc/swtable.hxx @@ -511,7 +511,7 @@ public: void SetSaveUserColor(std::optional<Color> p ) { mxUserColor = p; } void SetSaveNumFormatColor( std::optional<Color> p ) { mxNumFormatColor = p; } - sal_Int32 getRowSpan() const; + sal_Int32 getRowSpan() const { return mnRowSpan; } void setRowSpan( sal_Int32 nNewRowSpan ); bool getDummyFlag() const; void setDummyFlag( bool bDummy ); |