summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/bindings.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/sfx2/bindings.hxx b/include/sfx2/bindings.hxx
index 5d1e7b5e4089..38a41a25bcee 100644
--- a/include/sfx2/bindings.hxx
+++ b/include/sfx2/bindings.hxx
@@ -55,13 +55,12 @@ enum class SfxCallMode : sal_uInt16
SYNCHRON = 0x01, // synchronously in the same Stackframe
ASYNCHRON = 0x02, // asynchronously via AppEvent
RECORD = 0x04, // take into account while recording
- API = 0x08, // API call (silent)
- MODAL = 0x10 // despite ModalMode
+ API = 0x08 // API call (silent)
};
namespace o3tl {
-template<> struct typed_flags<SfxCallMode>: is_typed_flags<SfxCallMode, 0x1F>
+template<> struct typed_flags<SfxCallMode>: is_typed_flags<SfxCallMode, 0x0F>
{};
}