diff options
Diffstat (limited to 'include/sfx2/msg.hxx')
-rw-r--r-- | include/sfx2/msg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/msg.hxx b/include/sfx2/msg.hxx index 5cb9c30c5d04..40819b7a1c99 100644 --- a/include/sfx2/msg.hxx +++ b/include/sfx2/msg.hxx @@ -222,7 +222,7 @@ public: sal_uInt16 nSlotId; // Unique slot-ID in Shell sal_uInt16 nGroupId; // for configuration region sal_uIntPtr nHelpId; // Usually == nSlotId - SfxSlotMode nFlags; // artihmetic ordered Flags + SfxSlotMode nFlags; // arithmetic ordered Flags sal_uInt16 nMasterSlotId; // Enum-Slot for example Which-Id sal_uInt16 nValue; // Value, in case of Enum-Slot |