From 3957ffb88f9856f2288b5f390609207b2e9c4c2b Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 22 Jul 2021 17:21:00 +0200 Subject: 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 Tested-by: Jenkins --- sw/source/core/text/porrst.hxx | 1 + 1 file changed, 1 insertion(+) 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; -- cgit