diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/jvmfwk/framework.hxx | 2 | ||||
-rw-r--r-- | include/ucbhelper/interceptedinteraction.hxx | 2 | ||||
-rw-r--r-- | include/vbahelper/vbafontbase.hxx | 6 | ||||
-rw-r--r-- | include/vcl/toolbox.hxx | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/include/jvmfwk/framework.hxx b/include/jvmfwk/framework.hxx index 63062849fb0c..a9b59267eccc 100644 --- a/include/jvmfwk/framework.hxx +++ b/include/jvmfwk/framework.hxx @@ -145,7 +145,7 @@ <p>A note about bootstrap parameters. The implementation of the bootstrap parameter mechanism interprets the characters '\', '$', '{', '}' as - escape characters. Thats why the Windows path contain double back-slashes. + escape characters. That's why the Windows path contain double back-slashes. One should also take into account that a console may have also special escape characters.</p> diff --git a/include/ucbhelper/interceptedinteraction.hxx b/include/ucbhelper/interceptedinteraction.hxx index c940249a07b3..8803c358c297 100644 --- a/include/ucbhelper/interceptedinteraction.hxx +++ b/include/ucbhelper/interceptedinteraction.hxx @@ -97,7 +97,7 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper /** none of the specified interceptions match the incoming request */ E_NOT_INTERCEPTED, /** the request could be intercepted - but the specified continuation could not be located. - Thats normally an error of the programmer. May be the interaction request does not use + That's normally an error of the programmer. May be the interaction request does not use the right set of continuations ... or the interception list contains the wrong continuation. */ E_NO_CONTINUATION_FOUND, /** the request could be intercepted and the specified continuation could be selected successfully. */ diff --git a/include/vbahelper/vbafontbase.hxx b/include/vbahelper/vbafontbase.hxx index b1cb05c4c9e7..32c8270e1783 100644 --- a/include/vbahelper/vbafontbase.hxx +++ b/include/vbahelper/vbafontbase.hxx @@ -64,13 +64,13 @@ public: // specifies a subscripted. static const short SUBSCRIPT = -33; - // specifies a hight of superscripted font + // specifies a height of superscripted font static const sal_Int8 SUPERSCRIPTHEIGHT = 58; - // specifies a hight of subscripted font + // specifies a height of subscripted font static const sal_Int8 SUBSCRIPTHEIGHT = 58; - // specifies a hight of normal font + // specifies a height of normal font static const short NORMALHEIGHT = 100; /// @throws css::uno::RuntimeException diff --git a/include/vcl/toolbox.hxx b/include/vcl/toolbox.hxx index 92cac89f4e13..6a936d8e03fa 100644 --- a/include/vcl/toolbox.hxx +++ b/include/vcl/toolbox.hxx @@ -475,7 +475,7 @@ public: // clipped toolbox items, so you should only touch // items that you added by yourself // the private toolbox items will only use item ids starting from TOOLBOX_MENUITEM_START - // to allow for customization of the menu the coresponding handler is called + // to allow for customization of the menu the corresponding handler is called // when the menu button was clicked and before the menu is executed void SetMenuType( ToolBoxMenuType aType = ToolBoxMenuType::Customize ); ToolBoxMenuType GetMenuType() const; |