summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-15 14:58:38 +0100
committerBjörn Michaelsen <bjoern.michaelsen@canonical.com>2017-03-16 10:50:26 +0000
commit15e3ce53283f288cb2c4c52acb203c9c281914ac (patch)
tree9df72cca5afd8dcbc70fcfba083b116c99431e84 /include
parent665d7a4e659114120009636aeb4049b10009f36e (diff)
Fix typos
Change-Id: I1488e2147fa0cd4a821eb5bfe172a58a4e396ace Reviewed-on: https://gerrit.libreoffice.org/35224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/propagg.hxx2
-rw-r--r--include/filter/msfilter/msdffimp.hxx2
-rw-r--r--include/onlineupdate/mozilla/TypeTraits.h2
-rw-r--r--include/svl/zformat.hxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/include/comphelper/propagg.hxx b/include/comphelper/propagg.hxx
index 0779e4ed8f1b..c1e521f3ee67 100644
--- a/include/comphelper/propagg.hxx
+++ b/include/comphelper/propagg.hxx
@@ -109,7 +109,7 @@ public:
If not NULL, the object pointed to is used to calc handles which should be used
for referring the aggregate's properties from outside.
If one of the properties returned from the info service conflict with other handles
- alread present (e.g. through _rProperties), the property is handled as if -1 was returned.
+ already present (e.g. through _rProperties), the property is handled as if -1 was returned.
If NULL (or, for a special property, a call to getPreferredPropertyId returns -1),
the aggregate property(ies) get a new handle which they can be referred by from outside.
@param _nFirstAggregateId
diff --git a/include/filter/msfilter/msdffimp.hxx b/include/filter/msfilter/msdffimp.hxx
index f7c993db0fc3..c8349f9663cc 100644
--- a/include/filter/msfilter/msdffimp.hxx
+++ b/include/filter/msfilter/msdffimp.hxx
@@ -639,7 +639,7 @@ public:
// TODO: provide proper documentation here
/** read a BLIP out of a already positioned stream
- @param[in] rBLIPStream alread positioned stream (mandatory)
+ @param[in] rBLIPStream already positioned stream (mandatory)
@param[out] rData already converted data (insert directly as
graphics into our documents)
@param pVisArea ???
diff --git a/include/onlineupdate/mozilla/TypeTraits.h b/include/onlineupdate/mozilla/TypeTraits.h
index 8b233d8b5f15..16ef7ddb0cda 100644
--- a/include/onlineupdate/mozilla/TypeTraits.h
+++ b/include/onlineupdate/mozilla/TypeTraits.h
@@ -1041,7 +1041,7 @@ struct RemovePointerHelper<T, Pointee*>
typedef Pointee Type;
};
-} // namespac detail
+} // namespace detail
/**
* Produces the pointed-to type if a pointer is provided, else returns the input
diff --git a/include/svl/zformat.hxx b/include/svl/zformat.hxx
index 2f382d8702f5..9bee5ca38370 100644
--- a/include/svl/zformat.hxx
+++ b/include/svl/zformat.hxx
@@ -226,7 +226,7 @@ public:
sal_uInt16 GetFormatIntegerDigits( sal_uInt16 nIx = 0 ) const
{ return NumFor[nIx].Info().nCntPre; }
- /** Count of hidden integer digits with thousands dividor:
+ /** Count of hidden integer digits with thousands divisor:
* formats like "0," to show only thousands
*/
sal_uInt16 GetThousandDivisorPrecision( sal_uInt16 nIx = 0 ) const