include/editeng/svxenum.hxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 2582362ad91284ae28dcafca10dd395889864944
Author: Mike Kaganski <[email protected]>
AuthorDate: Tue Jul 22 14:59:46 2025 +0200
Commit: Mike Kaganski <[email protected]>
CommitDate: Tue Jul 22 16:55:36 2025 +0200
Document relation of internal enum to API
Change-Id: I983b7586ac839403582ec5dbaeb3622847470796
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188167
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <[email protected]>
diff --git a/include/editeng/svxenum.hxx b/include/editeng/svxenum.hxx
index 219ddc52a29a..ba77a2a3c65a 100644
--- a/include/editeng/svxenum.hxx
+++ b/include/editeng/svxenum.hxx
@@ -73,6 +73,9 @@ enum class SvxInterLineSpaceRule
Fix
};
+// The values map directly to css::style::ParagraphAdjust enum (returned as
ParaAdjust property
+// from SwUnoCursorHelper::GetPropertyValue, see SvxAdjustItem::QueryValue).
Also, there is a
+// mapping to css::text::HoriOrientation for numbering (see aSvxToUnoAdjust).
enum class SvxAdjust
{
Left,