summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2024-02-27 08:21:38 +0100
committerMiklos Vajna <vmiklos@collabora.com>2024-02-27 09:11:01 +0100
commit3fb07fbd8edb7c048ca9e2ec5fa0a5206e05b8d0 (patch)
treefbc3607c660b71648e677a00d95ff7b22329616d /sw/inc
parent6931d41640e31db4f1ad07afb48ec4df7086f6bb (diff)
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 <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/fmteiro.hxx5
1 files changed, 5 insertions, 0 deletions
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: