diff --git a/include/svtools/ctrlbox.hxx b/include/svtools/ctrlbox.hxx index b11dc4cbff60..4263ff807978 100644 --- a/include/svtools/ctrlbox.hxx +++ b/include/svtools/ctrlbox.hxx @@ -180,7 +180,7 @@ percentage values. This, eg., can be useful for template dialogs. This mode can only be enabled, but not disabled again. For DontKnow the FontSizeBox should be filled FontMetric(), so it will -contain an list with the standard sizes. Th currently shown size +contain a list with the standard sizes. Th currently shown size probably needs to be reset by the application. See also diff --git a/include/svtools/imageresourceaccess.hxx b/include/svtools/imageresourceaccess.hxx index 782091cf2cc3..65806566936d 100644 --- a/include/svtools/imageresourceaccess.hxx +++ b/include/svtools/imageresourceaccess.hxx @@ -55,7 +55,7 @@ SVT_DLLPUBLIC SvStream* getImageStream( OUString const & rImageResourceURL); /** for a given URL of an image within a resource, this method retrieves - an css::io::XInputStream for this image. + a css::io::XInputStream for this image. */ SVT_DLLPUBLIC css::uno::Reference getImageXStream( css::uno::Reference const & rxContext, diff --git a/include/svtools/valueset.hxx b/include/svtools/valueset.hxx index 5ebc98267b72..ec8daf986478 100644 --- a/include/svtools/valueset.hxx +++ b/include/svtools/valueset.hxx @@ -137,7 +137,7 @@ an item could be calculated (for this the free space defined by SetExtraSpacing() will not be included). The background color could be specified by SetColor(), with which the image -or UserDraw items will be underlayed. If no color is specified the color +or UserDraw items will be underlaid. If no color is specified the color of other windows (WindowColor) will be used for the background. -------------------------------------------------------------------------- diff --git a/include/svtools/wizdlg.hxx b/include/svtools/wizdlg.hxx index dac116d371ea..d31869acb047 100644 --- a/include/svtools/wizdlg.hxx +++ b/include/svtools/wizdlg.hxx @@ -87,7 +87,7 @@ handler can be set as a Link. GetCurLevel() returns the current level and Level 0 is the first page. The DeactivatePage()-Handler is called if a new TabPage should be shown. -In that handler has a optional error check and returns sal_False, if the +In that handler has an optional error check and returns sal_False, if the switch should not be done. Also the Handler can be set as a Link. The default implementation calls the Link and returns the Links value or returns sal_True if no Link is set. diff --git a/include/svx/AccessibleShape.hxx b/include/svx/AccessibleShape.hxx index 9a2f206dfb8a..7d182e58b4c8 100644 --- a/include/svx/AccessibleShape.hxx +++ b/include/svx/AccessibleShape.hxx @@ -76,7 +76,7 @@ class IAccessibleParent;

The children of a shape can stem from two sources which, in case of SVX and SD shapes, are mutually exclusive. This implementation, - however, handles both simultaniously to cope with future extensions or + however, handles both simultaneously to cope with future extensions or shapes from other projects.