diff options
author | Jesús Corrius <jcorrius@gmail.com> | 2013-09-26 10:33:38 +0200 |
---|---|---|
committer | Jesús Corrius <jcorrius@gmail.com> | 2013-09-26 10:37:00 +0200 |
commit | 7d491bec4063b447726c49a98be47c80df1d4e24 (patch) | |
tree | 274804410bb0ad6ce56851478b0e5e9758acf168 /include/framework | |
parent | 968f4d72a23bb28d097a7694d66f0b866b3b33f0 (diff) |
Everytimes -> Every time
Change-Id: Ib84cee7dbb493387760ce68c25ec442bf0a4a121
Diffstat (limited to 'include/framework')
-rw-r--r-- | include/framework/framelistanalyzer.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/framework/framelistanalyzer.hxx b/include/framework/framelistanalyzer.hxx index 951474c3934d..ab153311ccba 100644 --- a/include/framework/framelistanalyzer.hxx +++ b/include/framework/framelistanalyzer.hxx @@ -143,12 +143,12 @@ class FWE_DLLPUBLIC FrameListAnalyzer sal_Bool m_bReferenceIsHidden; /** is set to true only, if the reference frame contains the help component. - In this case the member m_xHelp is set to NULL everytimes. + In this case the member m_xHelp is set to NULL every time. This value is undefined if m_eDetectMode doesn't have set the flag E_HELP! */ sal_Bool m_bReferenceIsHelp; /** is set to true only, if the reference frame contains the backing component. - In this case the member m_xBackingComponent is set to NULL everytimes. + In this case the member m_xBackingComponent is set to NULL every time. This value is undefined if m_eDetectMode doesn't have set the flag E_BACKINGCOMPONENT! */ sal_Bool m_bReferenceIsBacking; |