diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-19 13:46:28 +0000 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-19 17:36:13 +0200 |
commit | c7ed73e52f01fd71eaf85ecc1faddfb9cf700d3a (patch) | |
tree | 44746d3ec762c78ed35eb1affdabfbb3b660e66f /include/svtools | |
parent | 07fb0664fa81040cdb110d7d8848b937f1facc33 (diff) |
Fix typos
Change-Id: Ia7486fe6c110a4a7f53f1dac82dbff3a15405fd7
Reviewed-on: https://gerrit.libreoffice.org/75947
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/ctrlbox.hxx | 2 | ||||
-rw-r--r-- | include/svtools/imageresourceaccess.hxx | 2 | ||||
-rw-r--r-- | include/svtools/valueset.hxx | 2 | ||||
-rw-r--r-- | include/svtools/wizdlg.hxx | 2 |
4 files changed, 4 insertions, 4 deletions
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<css::io::XInputStream> getImageXStream( css::uno::Reference<css::uno::XComponentContext> 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. |