Kaydet (Commit) 52f98086 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: I22c02c9d4e121d3cb3b68be9a5c845e9e45cc123
Reviewed-on: https://gerrit.libreoffice.org/57603Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
üst 73ed7a51
...@@ -40,7 +40,7 @@ published interface XControlShape: com::sun::star::drawing::XShape ...@@ -40,7 +40,7 @@ published interface XControlShape: com::sun::star::drawing::XShape
@return @return
if there is already a control model assigned 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. Otherwise you get an empty reference.
*/ */
com::sun::star::awt::XControlModel getControl(); com::sun::star::awt::XControlModel getControl();
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
module com { module sun { module star { module frame { 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 interface XTitle : com::sun::star::uno::XInterface
{ {
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
/** this set of constants describes different writing directions /** 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> direction from the object's context.</p>
*/ */
published constants WritingMode2 published constants WritingMode2
......
...@@ -38,7 +38,7 @@ published interface XSourceInitialization: com::sun::star::uno::XInterface ...@@ -38,7 +38,7 @@ published interface XSourceInitialization: com::sun::star::uno::XInterface
<p>Hopefully you will only use this, when <var>Source</var> <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::XComponent and this
is an com::sun::star::lang::XEventListener. is an com::sun::star::lang::XEventListener.
Than you should call Then you should call
com::sun::star::lang::XComponent::addEventListener() com::sun::star::lang::XComponent::addEventListener()
from inside the implementation of this method. from inside the implementation of this method.
......
...@@ -431,7 +431,7 @@ bool AgileEngine::decrypt(BinaryXInputStream& aInputStream, ...@@ -431,7 +431,7 @@ bool AgileEngine::decrypt(BinaryXInputStream& aInputStream,
aCryptoHash.update(aSizeBytes); aCryptoHash.update(aSizeBytes);
aInputStream.skip(4); // Reserved 4 Bytes 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}; std::vector<sal_uInt8> aReserved{0,0,0,0};
aCryptoHash.update(aReserved); aCryptoHash.update(aReserved);
......
...@@ -164,7 +164,7 @@ public class _XPrintable extends MultiMethodTest { ...@@ -164,7 +164,7 @@ public class _XPrintable extends MultiMethodTest {
result &= fileExists ; result &= fileExists ;
} }
} catch (com.sun.star.uno.Exception e) { } catch (com.sun.star.uno.Exception e) {
log.println("Error while while checking file '" + log.println("Error while checking file '" +
fileURL + "': "); fileURL + "': ");
e.printStackTrace(log); e.printStackTrace(log);
result = false ; result = false ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment