diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-16 21:40:42 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-16 22:21:07 +0200 |
commit | 3681229b125238b02e03cf1bdf53b404f080f091 (patch) | |
tree | 3790addc4594d3f476c99304ac8afdc68a3de616 | |
parent | fdf032c366c6c8ba854a2e922dd25ff390be66e1 (diff) |
Fix typos
Change-Id: I5d0776d5f90f44ebbeeb5916cbbf6e87406adcad
Reviewed-on: https://gerrit.libreoffice.org/77609
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
5 files changed, 5 insertions, 5 deletions
diff --git a/include/svtools/templatefoldercache.hxx b/include/svtools/templatefoldercache.hxx index 2bcba8e7ec65..abaa5ec99e7c 100644 --- a/include/svtools/templatefoldercache.hxx +++ b/include/svtools/templatefoldercache.hxx @@ -32,7 +32,7 @@ namespace svt class TemplateFolderCacheImpl; /** allows to cache the state of the template directories of OOo - <p>Usually, this class is used together with an instance of a the + <p>Usually, this class is used together with an instance of the <service scope="com.sun.star.frame">DocumentTemplates</service> service. It allows to scan the template folders of the Office, and updates the configuration so that it reflects the most recent state of the folders.<br/> As this is an expensive, the TemplateFolderCache has been introduced. It caches the state of the template diff --git a/include/tools/diagnose_ex.h b/include/tools/diagnose_ex.h index 2d76241cadd0..fc814d91db40 100644 --- a/include/tools/diagnose_ex.h +++ b/include/tools/diagnose_ex.h @@ -91,7 +91,7 @@ inline css::uno::Any DbgGetCaughtException() arg ); } /** This macro asserts the given condition (in debug mode), and throws - an RuntimeException afterwards. + a RuntimeException afterwards. */ #define ENSURE_OR_THROW(c, m) \ if( !(c) ){ \ diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OfficeConnect.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OfficeConnect.java index 9388181f3b15..617e38047106 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OfficeConnect.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OfficeConnect.java @@ -39,7 +39,7 @@ // __________ Implementation __________ /** - * support ONE singleton uno connection to an running office installation! + * support ONE singleton uno connection to a running office installation! * Can be used to open/use/close connection to uno environment of an office. If * necessary a new office instance is started. * ctor isn't available from outside. You should call static function diff --git a/odk/examples/DevelopersGuide/OfficeDev/OfficeConnect.java b/odk/examples/DevelopersGuide/OfficeDev/OfficeConnect.java index 0e9e5fadd273..d8db72aad323 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/OfficeConnect.java +++ b/odk/examples/DevelopersGuide/OfficeDev/OfficeConnect.java @@ -40,7 +40,7 @@ import com.sun.star.uno.UnoRuntime; // __________ Implementation __________ /** - * support ONE singleton uno connection to an running office installation! + * support ONE singleton uno connection to a running office installation! * Can be used to open/use/close connection to uno environment of an already running office. * ctor isn't available from outside. You should call static function "getConnection()" * to open or use internal set connection which is created one times only. diff --git a/offapi/com/sun/star/chart2/XRegressionCurveContainer.idl b/offapi/com/sun/star/chart2/XRegressionCurveContainer.idl index db48fd9c680d..05b76365b3a8 100644 --- a/offapi/com/sun/star/chart2/XRegressionCurveContainer.idl +++ b/offapi/com/sun/star/chart2/XRegressionCurveContainer.idl @@ -35,7 +35,7 @@ module chart2 interface XRegressionCurveContainer : com::sun::star::uno::XInterface { - /** add an regression curve to the container + /** add a regression curve to the container @throws IllegalArgumentException If the given regression curve is already contained in the |