summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-03-03 22:06:26 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-03-03 22:07:23 +0100
commit2b347972fcd8317ab7596e59136e9879dda0b369 (patch)
treeb2ac120ecb0cc7502517a039e59bd5deadeb5a10
parent08ce45c94fcf3d5d0e937fb01e90f16ef4d9c88f (diff)
Typos
Change-Id: I64995f15e8367412f345c6505668a1c560eef1ef
-rw-r--r--filter/source/config/cache/typedetection.hxx4
-rw-r--r--framework/inc/dispatch/menudispatcher.hxx2
-rw-r--r--framework/source/dispatch/mailtodispatcher.cxx2
-rw-r--r--framework/source/dispatch/servicehandler.cxx2
m---------helpcontent20
-rw-r--r--qadevOOo/tests/java/ifc/form/_XFormController.java2
-rw-r--r--sfx2/source/doc/Metadatable.cxx2
-rw-r--r--udkapi/com/sun/star/container/XContainer.idl2
-rw-r--r--vcl/README2
9 files changed, 9 insertions, 9 deletions
diff --git a/filter/source/config/cache/typedetection.hxx b/filter/source/config/cache/typedetection.hxx
index c88890c24887..2cc7605ceb05 100644
--- a/filter/source/config/cache/typedetection.hxx
+++ b/filter/source/config/cache/typedetection.hxx
@@ -91,7 +91,7 @@ private:
the right values every time. Using of any deep detection service
can be enabled/disabled. And last but not least: If the results
wont be really clear (because a flat detected type has no deep
- detection service), a "sugested" type name will be returned as "rLastChance".
+ detection service), a "suggested" type name will be returned as "rLastChance".
It can be used after e.g. all well known deep detection services
was used without getting any result. Then this "last-chance-type"
should be returned. Of course using of it can fail too ... but it's a try :-)
@@ -153,7 +153,7 @@ private:
detect service (threadsafe!).
@descr It creates the right uno service, prepare the
- needed MediaDescriptor, call ths right interfaces,
+ needed MediaDescriptor, call the right interfaces,
and return the results.
@attention The results (means type and corresponding filter)
diff --git a/framework/inc/dispatch/menudispatcher.hxx b/framework/inc/dispatch/menudispatcher.hxx
index a1d3f758564b..633874b13f1e 100644
--- a/framework/inc/dispatch/menudispatcher.hxx
+++ b/framework/inc/dispatch/menudispatcher.hxx
@@ -77,7 +77,7 @@ class MenuDispatcher : public ::cppu::WeakImplHelper2<
/*-****************************************************************************************************
@short standard ctor
- @descr These initialize a new instance of ths class with needed information for work.
+ @descr This initializes a new instance of the class with needed information for work.
@seealso using at owner
diff --git a/framework/source/dispatch/mailtodispatcher.cxx b/framework/source/dispatch/mailtodispatcher.cxx
index a164fc494f35..be08ac234126 100644
--- a/framework/source/dispatch/mailtodispatcher.cxx
+++ b/framework/source/dispatch/mailtodispatcher.cxx
@@ -48,7 +48,7 @@ DEFINE_INIT_SERVICE(MailToDispatcher,
/**
@short standard ctor
- @descr These initialize a new instance of ths class with needed information for work.
+ @descr This initializes a new instance of ths class with needed information for work.
@param rxContext
reference to uno servicemanager for creation of new services
diff --git a/framework/source/dispatch/servicehandler.cxx b/framework/source/dispatch/servicehandler.cxx
index f7e5f0f5e66c..51ed2d5b07ab 100644
--- a/framework/source/dispatch/servicehandler.cxx
+++ b/framework/source/dispatch/servicehandler.cxx
@@ -50,7 +50,7 @@ DEFINE_INIT_SERVICE(ServiceHandler,
/**
@short standard ctor
- @descr These initialize a new instance of ths class with needed information for work.
+ @descr This initializes a new instance of ths class with needed information for work.
@param xFactory
reference to uno servicemanager for creation of new services
diff --git a/helpcontent2 b/helpcontent2
-Subproject 4bbc71ec42073ade5e64e65acf8700d6041ebf4
+Subproject 2f84d05cecc0265902c5df3afc22adf8a046a3c
diff --git a/qadevOOo/tests/java/ifc/form/_XFormController.java b/qadevOOo/tests/java/ifc/form/_XFormController.java
index f8024d17e664..7e5c11f68d70 100644
--- a/qadevOOo/tests/java/ifc/form/_XFormController.java
+++ b/qadevOOo/tests/java/ifc/form/_XFormController.java
@@ -99,7 +99,7 @@ public class _XFormController extends MultiMethodTest {
}
/**
- * Removes the litener added before, then switches focus between two windows.
+ * Removes the listener added before, then switches focus between two windows.
*
* Has <b> OK </b> status if no listener methods were called. <p>
*/
diff --git a/sfx2/source/doc/Metadatable.cxx b/sfx2/source/doc/Metadatable.cxx
index c12392466752..c208bc190bc3 100644
--- a/sfx2/source/doc/Metadatable.cxx
+++ b/sfx2/source/doc/Metadatable.cxx
@@ -165,7 +165,7 @@ public:
virtual void RegisterMetadatableAndCreateID(Metadatable& i_xObject) = 0;
/** try to register an ODF element at a given XML ID, or update its
- registation to a different XML ID.
+ registration to a different XML ID.
<p>
If the given new metadata reference is not already occupied in the
diff --git a/udkapi/com/sun/star/container/XContainer.idl b/udkapi/com/sun/star/container/XContainer.idl
index ee226346caa5..9e38a6b9658d 100644
--- a/udkapi/com/sun/star/container/XContainer.idl
+++ b/udkapi/com/sun/star/container/XContainer.idl
@@ -41,7 +41,7 @@ module com { module sun { module star { module container {
@see XContent
@see XIndexAccess
- @see XNameAcces
+ @see XNameAccess
@see XEnumerationAccess
*/
published interface XContainer: com::sun::star::uno::XInterface
diff --git a/vcl/README b/vcl/README
index 04a8e4ad1629..94367de8fbcf 100644
--- a/vcl/README
+++ b/vcl/README
@@ -55,7 +55,7 @@ unx/
How the platform abstraction works
+ InitVCL calls 'CreateSalInstance'
- + ths is implemented by the compiled-in platform backend
+ + this is implemented by the compiled-in platform backend
+ it stores various bits of global state in the
'SalData' (inc/saldatabasic.hxx) structure but:
+ the SalInstance vtable is the primary outward facing gateway