summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2024-03-26 08:23:33 +0100
committerMiklos Vajna <vmiklos@collabora.com>2024-03-26 13:47:07 +0100
commit2c914532277061c86ed0cb681341d1b39d149029 (patch)
treefc86adbcd67bc804d5fae3b8fb247323c8a0debe /sw
parent18506db0753b180c6f62c6c634f14bda4c6c5d25 (diff)
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 <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/fmtfordr.hxx3
1 files changed, 3 insertions, 0 deletions
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: