diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2021-07-22 17:21:00 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2021-07-22 17:56:28 +0200 |
commit | 3957ffb88f9856f2288b5f390609207b2e9c4c2b (patch) | |
tree | fa790586220636bd50bdb0f3456ecf30262a3416 | |
parent | d1cbd25ebcf90b3302497987c0cf4a0b15163121 (diff) |
sw: document SwArrowPortion
One would assume it's just a painted indicator, but no, it has its own
portion.
Change-Id: Iddd93541766cb13600a978465937b1ef7d7e6200
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119374
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
-rw-r--r-- | sw/source/core/text/porrst.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/core/text/porrst.hxx b/sw/source/core/text/porrst.hxx index c92c50db3faa..9bc1efbf0711 100644 --- a/sw/source/core/text/porrst.hxx +++ b/sw/source/core/text/porrst.hxx @@ -97,6 +97,7 @@ public: virtual void Paint( const SwTextPaintInfo &rInf ) const override; }; +/// Indicator that the content does not fit into a fixed height frame (red triangle on the UI). class SwArrowPortion : public SwLinePortion { Point m_aPos; |