summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/ctrltool.hxx2
-rw-r--r--include/svtools/popupmenucontrollerbase.hxx2
-rw-r--r--include/svtools/table/tablerenderer.hxx8
3 files changed, 6 insertions, 6 deletions
diff --git a/include/svtools/ctrltool.hxx b/include/svtools/ctrltool.hxx
index 993287f7b401..c05b55e82068 100644
--- a/include/svtools/ctrltool.hxx
+++ b/include/svtools/ctrltool.hxx
@@ -67,7 +67,7 @@ The OutputDevice given first should be the preferred one. This is usually
the printer. Because if two different device fonts (one for the printer and
one for the screen) exist, the ones from the "pDevice" are preferred.
-The third paramter governs whether only scalable or all fonts shall be queried.
+The third parameter governs whether only scalable or all fonts shall be queried.
With sal_True Bitmap-Schriften will also be queried.
With sal_False vectorized and scalable fonts will be queried.
diff --git a/include/svtools/popupmenucontrollerbase.hxx b/include/svtools/popupmenucontrollerbase.hxx
index b065c50eea9f..45258690addb 100644
--- a/include/svtools/popupmenucontrollerbase.hxx
+++ b/include/svtools/popupmenucontrollerbase.hxx
@@ -55,7 +55,7 @@ namespace svt
css::frame::XDispatchProvider ,
css::frame::XDispatch > PopupMenuControllerBaseType;
- class SVT_DLLPUBLIC PopupMenuControllerBase : protected ::comphelper::OBaseMutex, // Struct for right initalization of mutex member! Must be first of baseclasses.
+ class SVT_DLLPUBLIC PopupMenuControllerBase : protected ::comphelper::OBaseMutex, // Struct for right initialization of mutex member! Must be first of baseclasses.
public PopupMenuControllerBaseType
{
public:
diff --git a/include/svtools/table/tablerenderer.hxx b/include/svtools/table/tablerenderer.hxx
index f11729347c7c..53ded6366d52 100644
--- a/include/svtools/table/tablerenderer.hxx
+++ b/include/svtools/table/tablerenderer.hxx
@@ -154,14 +154,14 @@ namespace svt { namespace table
<TRUE/> if and only if the table control currently has the focus
<br/>
Note that this flag is equal to the respective flag in the
- previous ->PrepareRow call, it's passed here for convinience
+ previous ->PrepareRow call, it's passed here for convenience
only.
@param _bSelected
<TRUE/> if and only if the row whose header cell is to be
painted is selected currently.
<br/>
Note that this flag is equal to the respective flag in the
- previous ->PrepareRow call, it's passed here for convinience
+ previous ->PrepareRow call, it's passed here for convenience
only.
@param _rDevice
denotes the device to paint onto
@@ -185,13 +185,13 @@ namespace svt { namespace table
the row or the column of the cell is currently selected.
<br/>
Note that this flag is equal to the respective flag in the
- previous ->PrepareRow call, it's passed here for convinience
+ previous ->PrepareRow call, it's passed here for convenience
only.
@param i_hasControlFocus
<TRUE/> if and only if the table control currently has the focus
<br/>
Note that this flag is equal to the respective flag in the
- previous ->PrepareRow call, it's passed here for convinience
+ previous ->PrepareRow call, it's passed here for convenience
only.
@param _rDevice
denotes the device to paint onto