summaryrefslogtreecommitdiff
path: root/sw/sdi/viewsh.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/viewsh.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/viewsh.sdi')
-rw-r--r--sw/sdi/viewsh.sdi14
1 files changed, 7 insertions, 7 deletions
diff --git a/sw/sdi/viewsh.sdi b/sw/sdi/viewsh.sdi
index c6d83c8c32a2..fe1357d9801a 100644
--- a/sw/sdi/viewsh.sdi
+++ b/sw/sdi/viewsh.sdi
@@ -47,31 +47,31 @@ interface TextEditView : BaseTextEditView
[
StateMethod = GetState ;
Export = FALSE ;
- DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
FN_INSERT_CAPTION // status()
[
ExecMethod = ExecDlgExt ;
StateMethod = GetState ;
- DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
FN_EDIT_FOOTNOTE // status(final|play)
[
ExecMethod = ExecDlgExt ;
StateMethod = GetState ;
- DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
FN_HYPHENATE_OPT_DLG // status(final|play)
[
ExecMethod = ExecLingu ;
StateMethod = GetState ;
- DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
FN_CHANGE_PAGENUM // status(final)
[
ExecMethod = ExecDlg ;
StateMethod = GetState ;
- DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
SID_INSERT_DRAW // status()
[
@@ -264,12 +264,12 @@ interface TextEditView : BaseTextEditView
SID_FM_CREATE_CONTROL // status()
[
ExecMethod = ExecDraw ;
- DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
SID_FM_CREATE_FIELDCONTROL
[
ExecMethod = ExecDraw ;
- DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
}