diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-07-23 22:23:52 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-07-23 22:23:52 +0200 |
commit | d5fb4b731938c22fcf9c5e3280da8f722b5492e4 (patch) | |
tree | 024f78c0b858c2ce30e895a776ad670d699f9f14 /include/sfx2 | |
parent | 887c088f20fe36b9b15484d0a5ec9416ba6cd310 (diff) |
Typos
Change-Id: I0c17f40b3e593ae3771fa751a817f84bf2f2323d
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/bindings.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sfx2/bindings.hxx b/include/sfx2/bindings.hxx index 9f03537a2b2a..b1f1f0a21084 100644 --- a/include/sfx2/bindings.hxx +++ b/include/sfx2/bindings.hxx @@ -60,7 +60,7 @@ typedef std::vector<SfxUnoControllerItem*> SfxUnoControllerArr_Impl; #define SFX_CALLMODE_SLOT 0x00 // sync/async from Slot #define SFX_CALLMODE_SYNCHRON 0x01 // synchronously in the same Stackframe #define SFX_CALLMODE_ASYNCHRON 0x02 // asynchronously via AppEvent -#define SFX_CALLMODE_RECORD 0x04 // take into accont while recording +#define SFX_CALLMODE_RECORD 0x04 // take into account while recording #define SFX_CALLMODE_API 0x08 // API call (silent) #define SFX_CALLMODE_MODAL 0x10 // despite ModalMode @@ -85,7 +85,7 @@ class SFX2_DLLPUBLIC SfxBindings: public SfxBroadcaster However these instances will be handled by the Macro <SFX_BINDINGS> or the associated <SfxViewFrame>. - The SfxBindings manages all of its Slot-Ids bound by the registerd + The SfxBindings manages all of its Slot-Ids bound by the registered controllers and keeps a cache of the <Slot-Server> respectively. (it is what we call the combination of SfxShell instance and SfxSlot). In the SfxBindings it is stored, if and in this case which controllers @@ -220,7 +220,7 @@ inline bool SfxBindings::IsInRegistrations() const /* [Description] Determines whether the <SfxContollerItems> SfxBindings instance is - registerd or unregisted, i.e. <SfxBindings::EnterRegistrations()> + registered or unregistered, i.e. <SfxBindings::EnterRegistrations()> calls that have not been closed by <SfxBindings::LeaveRegistrations()>. [Return value] |