summaryrefslogtreecommitdiff
path: root/sw/sdi
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-06-18 17:44:33 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-06-18 19:11:50 +0200
commit351b9aefe3de7c68e907fdc7926d9b508560320e (patch)
treea3ad7ec7fa6953ab51b287106992683056459c9c /sw/sdi
parentf251111195a73b1574976c0446910e8da397089a (diff)
sw: implement inserting comments when an as-char image is selected
Only the UI was missing in this case: creating a text selection around the placeholder character does what the user expects. Change-Id: I1068fcee3e3b6d0a6fa47b37beb1bd1b918a82df Reviewed-on: https://gerrit.libreoffice.org/74297 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sw/sdi')
-rw-r--r--sw/sdi/_frmsh.sdi5
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/sdi/_frmsh.sdi b/sw/sdi/_frmsh.sdi
index 398cd30a93ff..87df09bb3f5b 100644
--- a/sw/sdi/_frmsh.sdi
+++ b/sw/sdi/_frmsh.sdi
@@ -411,5 +411,10 @@ interface BaseTextFrame
ExecMethod = ExecMove ;
StateMethod = NoState ;
]
+ FN_POSTIT
+ [
+ ExecMethod = ExecField ;
+ StateMethod = NoState ;
+ ]
}