diff options
Diffstat (limited to 'sw/sdi/wviewsh.sdi')
-rw-r--r-- | sw/sdi/wviewsh.sdi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/sdi/wviewsh.sdi b/sw/sdi/wviewsh.sdi index 0e2a0ac5d056..f7995e072932 100644 --- a/sw/sdi/wviewsh.sdi +++ b/sw/sdi/wviewsh.sdi @@ -41,7 +41,7 @@ interface WebEditView : BaseTextEditView [ ExecMethod = ExecDraw ; StateMethod = GetDrawState ; - DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; + DisableFlags="SfxDisableFlags::SwOnProtectedCursor"; ] } @@ -113,14 +113,14 @@ interface WebSourceView [ ExecMethod = Execute ; StateMethod = GetState ; - DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; + DisableFlags="SfxDisableFlags::SwOnProtectedCursor"; ] SID_CUT // status(final|play) [ ExecMethod = Execute ; StateMethod = GetState ; - DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; + DisableFlags="SfxDisableFlags::SwOnProtectedCursor"; ] SID_COPY // status(final|play) @@ -133,7 +133,7 @@ interface WebSourceView [ ExecMethod = Execute ; StateMethod = GetState ; - DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; + DisableFlags="SfxDisableFlags::SwOnProtectedCursor"; ] SID_SELECTALL // status(final|play) |