summaryrefslogtreecommitdiff
path: root/include/cppuhelper
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-29 17:54:23 +0200
committerOliver Specht <oliver.specht@cib.de>2015-09-30 12:36:37 +0000
commitb3ebda451f3f48bfdaaef7b4ea06083c8966ff0e (patch)
tree1149f1f99dfabbb01f1c2f622ed1e6a557d599ae /include/cppuhelper
parented25a000ab67324075e68d9a7f3ca657b4e6a573 (diff)
Fix typos
Change-Id: Ia8b2176a439742769e61fb6a981000f316033071 Reviewed-on: https://gerrit.libreoffice.org/18954 Reviewed-by: Oliver Specht <oliver.specht@cib.de> Tested-by: Oliver Specht <oliver.specht@cib.de>
Diffstat (limited to 'include/cppuhelper')
-rw-r--r--include/cppuhelper/exc_hlp.hxx2
-rw-r--r--include/cppuhelper/factory.hxx2
-rw-r--r--include/cppuhelper/interfacecontainer.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/cppuhelper/exc_hlp.hxx b/include/cppuhelper/exc_hlp.hxx
index e6d2e5f4b3f8..5aa387f7510b 100644
--- a/include/cppuhelper/exc_hlp.hxx
+++ b/include/cppuhelper/exc_hlp.hxx
@@ -27,7 +27,7 @@ namespace cppu
{
/** This function throws the exception given by rExc. The given value has to
- be of typeclass EXCEPTION and must be dervived from or of
+ be of typeclass EXCEPTION and must be derived from or of
type com.sun.star.uno.Exception.
@param rExc
diff --git a/include/cppuhelper/factory.hxx b/include/cppuhelper/factory.hxx
index 66fa0744f674..a8b32c961885 100644
--- a/include/cppuhelper/factory.hxx
+++ b/include/cppuhelper/factory.hxx
@@ -157,7 +157,7 @@ createOneInstanceComponentFactory(
::com::sun::star::uno::Sequence< ::rtl::OUString > const & rServiceNames,
rtl_ModuleCount * pModCount = 0 );
-/** Deprecated. The type of the instanciate function used as argument of the create*Fcatory functions.
+/** Deprecated. The type of the instanciate function used as argument of the create*Factory functions.
@see createSingleFactory
@see createOneInstanceFactory
diff --git a/include/cppuhelper/interfacecontainer.h b/include/cppuhelper/interfacecontainer.h
index a29eba04e752..458993ca844d 100644
--- a/include/cppuhelper/interfacecontainer.h
+++ b/include/cppuhelper/interfacecontainer.h
@@ -252,7 +252,7 @@ friend class OInterfaceIteratorHelper;
SAL_DELETED_FUNCTION;
/*
- Dulicate content of the conaitner and release the old one without destroying.
+ Duplicate content of the conaitner and release the old one without destroying.
The mutex must be locked and the memberbInUse must be true.
*/
void copyAndResetInUse();