sw/inc/fmteiro.hxx | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit 3fb07fbd8edb7c048ca9e2ec5fa0a5206e05b8d0
Author: Miklos Vajna <[email protected]>
AuthorDate: Tue Feb 27 08:21:38 2024 +0100
Commit: Miklos Vajna <[email protected]>
CommitDate: Tue Feb 27 09:11:01 2024 +0100
sw: document SwFormatEditInReadonly
What it is, which item set can contain it, where is the UI.
Change-Id: I470b057418c551da78b174dd02a22206a18dd03f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163999
Reviewed-by: Miklos Vajna <[email protected]>
Tested-by: Jenkins
diff --git a/sw/inc/fmteiro.hxx b/sw/inc/fmteiro.hxx
index 15643f41d925..7ec165654c27 100644
--- a/sw/inc/fmteiro.hxx
+++ b/sw/inc/fmteiro.hxx
@@ -26,6 +26,11 @@
class IntlWrapper;
+/// Allows you to edit the contents of a TextFrame in a document that is
read-only.
+///
+/// Appears in the item set of an sw::SpzFrameFormat.
+///
+/// Insert -> Frame -> Frame -> Options -> Editable in read-only document on
the UI.
class SW_DLLPUBLIC SwFormatEditInReadonly final : public SfxBoolItem
{
public: