diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-23 16:32:29 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-23 23:40:07 +0200 |
commit | 52f98086fd7f8eca8dbd104451a8cb9cb3de365f (patch) | |
tree | db7a1dd96e2db2b2f060b08881ee1df022f6bb84 | |
parent | 73ed7a5179df6543fd3b34d82b5feb9b7277b688 (diff) |
Fix typos
Change-Id: I22c02c9d4e121d3cb3b68be9a5c845e9e45cc123
Reviewed-on: https://gerrit.libreoffice.org/57603
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
-rw-r--r-- | offapi/com/sun/star/drawing/XControlShape.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/frame/XTitle.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/text/WritingMode2.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/ucb/XSourceInitialization.idl | 2 | ||||
-rw-r--r-- | oox/source/crypto/AgileEngine.cxx | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/view/_XPrintable.java | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/drawing/XControlShape.idl b/offapi/com/sun/star/drawing/XControlShape.idl index 11d64077992b..cd59ed3f5764 100644 --- a/offapi/com/sun/star/drawing/XControlShape.idl +++ b/offapi/com/sun/star/drawing/XControlShape.idl @@ -40,7 +40,7 @@ published interface XControlShape: com::sun::star::drawing::XShape @return if there is already a control model assigned - to this ControlShape, than its returned. + to this ControlShape, then it's returned. Otherwise you get an empty reference. */ com::sun::star::awt::XControlModel getControl(); diff --git a/offapi/com/sun/star/frame/XTitle.idl b/offapi/com/sun/star/frame/XTitle.idl index 26cc8ca6a642..54116b6ae162 100644 --- a/offapi/com/sun/star/frame/XTitle.idl +++ b/offapi/com/sun/star/frame/XTitle.idl @@ -25,7 +25,7 @@ module com { module sun { module star { module frame { -/** an interface representing an entity with a modifyable title. +/** an interface representing an entity with a modifiable title. */ interface XTitle : com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/text/WritingMode2.idl b/offapi/com/sun/star/text/WritingMode2.idl index 98f58b4adfd4..4f1800b06a0d 100644 --- a/offapi/com/sun/star/text/WritingMode2.idl +++ b/offapi/com/sun/star/text/WritingMode2.idl @@ -26,7 +26,7 @@ /** this set of constants describes different writing directions - <p>In addition to numerous explicit writing directions, it allows allows to specify to take the writing + <p>In addition to numerous explicit writing directions, it allows to specify to take the writing direction from the object's context.</p> */ published constants WritingMode2 diff --git a/offapi/com/sun/star/ucb/XSourceInitialization.idl b/offapi/com/sun/star/ucb/XSourceInitialization.idl index 07a5a5841e19..c36794ab905b 100644 --- a/offapi/com/sun/star/ucb/XSourceInitialization.idl +++ b/offapi/com/sun/star/ucb/XSourceInitialization.idl @@ -38,7 +38,7 @@ published interface XSourceInitialization: com::sun::star::uno::XInterface <p>Hopefully you will only use this, when <var>Source</var> is an com::sun::star::lang::XComponent and this is an com::sun::star::lang::XEventListener. - Than you should call + Then you should call com::sun::star::lang::XComponent::addEventListener() from inside the implementation of this method. diff --git a/oox/source/crypto/AgileEngine.cxx b/oox/source/crypto/AgileEngine.cxx index 299ba2802bfe..80c233d95655 100644 --- a/oox/source/crypto/AgileEngine.cxx +++ b/oox/source/crypto/AgileEngine.cxx @@ -431,7 +431,7 @@ bool AgileEngine::decrypt(BinaryXInputStream& aInputStream, aCryptoHash.update(aSizeBytes); aInputStream.skip(4); // Reserved 4 Bytes - // accout for reserved 4 bytes (must be 0) + // account for reserved 4 bytes (must be 0) std::vector<sal_uInt8> aReserved{0,0,0,0}; aCryptoHash.update(aReserved); diff --git a/qadevOOo/tests/java/ifc/view/_XPrintable.java b/qadevOOo/tests/java/ifc/view/_XPrintable.java index bea28547ded4..06515f66db39 100644 --- a/qadevOOo/tests/java/ifc/view/_XPrintable.java +++ b/qadevOOo/tests/java/ifc/view/_XPrintable.java @@ -164,7 +164,7 @@ public class _XPrintable extends MultiMethodTest { result &= fileExists ; } } catch (com.sun.star.uno.Exception e) { - log.println("Error while while checking file '" + + log.println("Error while checking file '" + fileURL + "': "); e.printStackTrace(log); result = false ; |