diff options
Diffstat (limited to 'sw/sdi/frmsh.sdi')
-rw-r--r-- | sw/sdi/frmsh.sdi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/sdi/frmsh.sdi b/sw/sdi/frmsh.sdi index 73f8af14341d..f49873e6494a 100644 --- a/sw/sdi/frmsh.sdi +++ b/sw/sdi/frmsh.sdi @@ -29,14 +29,14 @@ shell SwFrameShell : SwBaseShell [ ExecMethod = Execute ; StateMethod = GetState ; - DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; + DisableFlags="SfxDisableFlags::SwOnProtectedCursor"; ] FN_FRAME_UNCHAIN [ ExecMethod = Execute ; StateMethod = GetState ; - DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; + DisableFlags="SfxDisableFlags::SwOnProtectedCursor"; ] } |