[Libreoffice-commits] core.git: sw/source
Miklos Vajna (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jul 22 15:57:07 UTC 2021
sw/source/core/text/porrst.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 3957ffb88f9856f2288b5f390609207b2e9c4c2b
Author: Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Thu Jul 22 17:21:00 2021 +0200
Commit: Miklos Vajna <vmiklos at collabora.com>
CommitDate: Thu Jul 22 17:56:28 2021 +0200
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 at collabora.com>
Tested-by: Jenkins
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;
More information about the Libreoffice-commits
mailing list