filter/source/config/cache/typedetection.hxx | 4 ++-- framework/inc/dispatch/menudispatcher.hxx | 2 +- framework/source/dispatch/mailtodispatcher.cxx | 2 +- framework/source/dispatch/servicehandler.cxx | 2 +- helpcontent2 | 2 +- qadevOOo/tests/java/ifc/form/_XFormController.java | 2 +- sfx2/source/doc/Metadatable.cxx | 2 +- udkapi/com/sun/star/container/XContainer.idl | 2 +- vcl/README | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-)
New commits: commit 2b347972fcd8317ab7596e59136e9879dda0b369 Author: Julien Nabet <[email protected]> Date: Tue Mar 3 22:06:26 2015 +0100 Typos Change-Id: I64995f15e8367412f345c6505668a1c560eef1ef diff --git a/filter/source/config/cache/typedetection.hxx b/filter/source/config/cache/typedetection.hxx index c88890c..2cc7605 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 a1d3f75..633874b 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 a164fc4..be08ac2 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 f7e5f0f..51ed2d5 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 index 4bbc71e..2f84d05 160000 --- a/helpcontent2 +++ b/helpcontent2 @@ -1 +1 @@ -Subproject commit 4bbc71ec42073ade5e64e65acf8700d6041ebf49 +Subproject commit 2f84d05cecc0265902c5df3afc22adf8a046a3c1 diff --git a/qadevOOo/tests/java/ifc/form/_XFormController.java b/qadevOOo/tests/java/ifc/form/_XFormController.java index f8024d1..7e5c11f 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 c123924..c208bc1 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 ee22634..9e38a6b 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 04a8e4ad1..94367de 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 _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
