sw/inc/fmtfordr.hxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 2c914532277061c86ed0cb681341d1b39d149029
Author: Miklos Vajna <[email protected]>
AuthorDate: Tue Mar 26 08:23:33 2024 +0100
Commit: Miklos Vajna <[email protected]>
CommitDate: Tue Mar 26 13:47:07 2024 +0100
sw: document SwFormatFillOrder
Something to be mostly ignored, I guess.
Change-Id: Iab7dc0f79d4cccb6d6b2a25e42d9fd1eb7e2b8dc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165300
Reviewed-by: Miklos Vajna <[email protected]>
Tested-by: Jenkins
diff --git a/sw/inc/fmtfordr.hxx b/sw/inc/fmtfordr.hxx
index 6c08df6e340a..2334e8f91165 100644
--- a/sw/inc/fmtfordr.hxx
+++ b/sw/inc/fmtfordr.hxx
@@ -33,6 +33,9 @@ enum SwFillOrder
SW_FILL_ORDER_END
};
+/// Some kind of fill order, mostly appears in the item set of a table line.
+///
+/// Doesn't seem to be used by the layout, also no UI to get or set it.
class SwFormatFillOrder final : public SfxEnumItem<SwFillOrder>
{
public: