From e9c7d259e8ed3144d4226aef7c3de351e4706b79 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 21 Mar 2017 20:09:21 +0200 Subject: create SfxDisableFlags enum Change-Id: Ib59c7886017247977b916a8e140853fb8310582f Reviewed-on: https://gerrit.libreoffice.org/35514 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/sdi/wrtapp.sdi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sw/sdi/wrtapp.sdi') diff --git a/sw/sdi/wrtapp.sdi b/sw/sdi/wrtapp.sdi index c13ee75304c9..e3680a229843 100644 --- a/sw/sdi/wrtapp.sdi +++ b/sw/sdi/wrtapp.sdi @@ -22,28 +22,28 @@ interface StarWriter [ ExecMethod = ExecOther ; StateMethod = StateOther ; - DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR"; + DisableFlags="SfxDisableFlags::SwOnMailboxEditor"; ] FN_LABEL // status(final|play) [ ExecMethod = ExecOther ; StateMethod = StateOther ; - DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR"; + DisableFlags="SfxDisableFlags::SwOnMailboxEditor"; ] FN_BUSINESS_CARD // status() [ ExecMethod = ExecOther ; StateMethod = StateOther ; - DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR"; + DisableFlags="SfxDisableFlags::SwOnMailboxEditor"; ] FN_XFORMS_INIT // #i31958# [ ExecMethod = ExecOther ; StateMethod = StateOther ; - DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR"; + DisableFlags="SfxDisableFlags::SwOnMailboxEditor"; ] SID_ATTR_METRIC // status(final|play) -- cgit