summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-14 12:42:46 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-14 16:31:26 +0100
commita452643b431803b613919871abf1a81de6de3464 (patch)
tree742b35a02a320f584357b80eb956ea0c94a03e7a /include
parentcfffb09b3d6d46c500e3be3fe601a4ff6944d40e (diff)
Fix typos
Change-Id: I2b4988e1d81fe60f7699362480cd739d2620c053 Reviewed-on: https://gerrit.libreoffice.org/47856 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r--include/framework/framelistanalyzer.hxx2
-rw-r--r--include/osl/pipe_decl.hxx2
-rw-r--r--include/ucbhelper/interceptedinteraction.hxx2
-rw-r--r--include/unotools/mediadescriptor.hxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/include/framework/framelistanalyzer.hxx b/include/framework/framelistanalyzer.hxx
index ce44de67207f..8112beccf49d 100644
--- a/include/framework/framelistanalyzer.hxx
+++ b/include/framework/framelistanalyzer.hxx
@@ -29,7 +29,7 @@
/** These enums can be combined as flags to enable/disable
special search algorithm during analyze phase.
see impl_analyze() for further information.
- But note: To be useable as flags, these enums
+ But note: To be usable as flags, these enums
must be values of range [2^n]! */
enum class FrameAnalyzerFlags
{
diff --git a/include/osl/pipe_decl.hxx b/include/osl/pipe_decl.hxx
index 88247766a530..81bc4fd81183 100644
--- a/include/osl/pipe_decl.hxx
+++ b/include/osl/pipe_decl.hxx
@@ -37,7 +37,7 @@ protected:
public:
/** Does not create a pipe. Use assignment operator to
- make this a useable pipe.
+ make this a usable pipe.
*/
inline Pipe();
diff --git a/include/ucbhelper/interceptedinteraction.hxx b/include/ucbhelper/interceptedinteraction.hxx
index 8803c358c297..fc34fb1f4d15 100644
--- a/include/ucbhelper/interceptedinteraction.hxx
+++ b/include/ucbhelper/interceptedinteraction.hxx
@@ -176,7 +176,7 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper
const css::uno::Type& aType );
- // useable for derived classes
+ // usable for derived classes
protected:
diff --git a/include/unotools/mediadescriptor.hxx b/include/unotools/mediadescriptor.hxx
index 9b0972b79050..24e8d4678ec0 100644
--- a/include/unotools/mediadescriptor.hxx
+++ b/include/unotools/mediadescriptor.hxx
@@ -42,7 +42,7 @@ namespace utl {
@descr It wraps a unordered_map around the Sequence< css::beans::PropertyValue >, which
represent the MediaDescriptor item.
Further this helper defines often used functions (as e.g. open of the required streams,
- consistent checks etcpp.) and it defines all useable property names.
+ consistent checks etcpp.) and it defines all usable property names.
@attention This class isn't threadsafe and must be guarded from outside!
*/