summaryrefslogtreecommitdiff
path: root/sw/sdi/textsh.sdi
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2017-03-21 20:09:21 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-22 06:46:10 +0000
commite9c7d259e8ed3144d4226aef7c3de351e4706b79 (patch)
tree155034670744a756c45d122652092871281c82bf /sw/sdi/textsh.sdi
parentbdf41d8aeb53a298780f3633a76d71598a695bab (diff)
create SfxDisableFlags enum
Change-Id: Ib59c7886017247977b916a8e140853fb8310582f Reviewed-on: https://gerrit.libreoffice.org/35514 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/sdi/textsh.sdi')
-rw-r--r--sw/sdi/textsh.sdi4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/sdi/textsh.sdi b/sw/sdi/textsh.sdi
index 2b8f19460b04..2a33932cbb0d 100644
--- a/sw/sdi/textsh.sdi
+++ b/sw/sdi/textsh.sdi
@@ -22,7 +22,7 @@ interface Text : BaseText
[
ExecMethod = ExecInsert ;
StateMethod = StateInsert ;
- DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
// Here should the slots be integrated, which are not supported
// in StarWriter/WEB
@@ -33,7 +33,7 @@ interface Text : BaseText
[
ExecMethod = ExecField ;
StateMethod = StateField ;
- DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
ReadOnlyDoc = FALSE ;
]