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

Fix typos

Change-Id: Id5489f3e8f1d3ced3d57b56f8d3a7a4818af0fca
Reviewed-on: https://gerrit.libreoffice.org/62377Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
üst 23874f86
......@@ -76,7 +76,7 @@ void Blob::ensureBlobIsOpened()
isc_info_blob_max_segment
};
// Assuming a data (e.g. legth of blob) is maximum 64 bit.
// Assuming a data (e.g. length of blob) is maximum 64 bit.
// That means we need 8 bytes for data + 2 for length of data + 1 for item
// identifier for each item.
char aResultBuffer[11 + 11];
......
......@@ -1637,7 +1637,7 @@ void SAL_CALL Frame::removeFrameActionListener( const css::uno::Reference< css::
source of thrown exception is the right one. May it will be the frame himself.
@throws CloseVetoException
if any internal things willn't be closed
if any internal things will not be closed
@threadsafe yes
*//*-*****************************************************************************************************/
......
......@@ -395,7 +395,7 @@ public class Interceptor implements com.sun.star.frame.XFrameActionListener,
/*
* Implementation of interface XDispatchProvider
* These functions are called from our master if he willn't handle the outstanding request.
* These functions are called from our master if he will not handle the outstanding request.
* Given parameter should be checked if they are right for us. If it's true, the returned
* dispatcher should be this implementation himself; otherwise call should be forwarded
* to the slave.
......
......@@ -78,7 +78,7 @@ public class SwAccessibleHeaderView extends TestCase {
XStyleFamiliesSupplier StyleFam = UnoRuntime.queryInterface(XStyleFamiliesSupplier.class, xTextDoc);
XNameAccess StyleFamNames = StyleFam.getStyleFamilies();
// obtains style 'Standatd' from style family 'PageStyles'
// obtains style 'Standard' from style family 'PageStyles'
PageStyles = (XNameAccess) AnyConverter.toObject(
new Type(XNameAccess.class),StyleFamNames.getByName("PageStyles"));
StdStyle = (XStyle) AnyConverter.toObject(
......
......@@ -120,7 +120,7 @@ public class SwXHeadFootText extends TestCase {
XStyleFamiliesSupplier StyleFam = UnoRuntime.queryInterface(XStyleFamiliesSupplier.class, xTextDoc);
XNameAccess StyleFamNames = StyleFam.getStyleFamilies();
// obtains style 'Standatd' from style family 'PageStyles'
// obtains style 'Standard' from style family 'PageStyles'
PageStyles = (XNameAccess) AnyConverter.toObject(
new Type(XNameAccess.class),StyleFamNames.getByName("PageStyles"));
StdStyle = (XStyle) AnyConverter.toObject(
......
......@@ -45,7 +45,7 @@ class InsertPosition;
5.) Borders around every page object.
6.) Vertical and horizontal borders between enclosing page and outer
page objects.
From these it calculates various output values:
From these, it calculates various output values:
1.) The width of page objects.
2.) The number of columns.
3.) The size of the enclosing page.
......
......@@ -269,7 +269,7 @@ protected:
void Update_Impl();
void UpdateFamily_Impl();
// In which FamilyState do I have to look , in order to get the
// In which FamilyState do I have to look, in order to get the
// information of the ith Family in the pStyleFamilies.
sal_uInt16 StyleNrToInfoOffset( sal_uInt16 i );
......
......@@ -127,7 +127,7 @@ def check_rebuild(zip_file, imagelist_filenames, custom_paths, zip_list, links_f
list of files.
:type filenames: dict
:param filesnames: List of filenames to check against.
:param filenames: List of filenames to check against.
:rtype: bool
:return: True if zip archive is older and False if not.
......
......@@ -126,7 +126,7 @@ namespace drawinglayer
// The logic position
basegfx::B2DPoint const maBasePosition;
// The stripe colors and legth
// The stripe colors and length
basegfx::BColor const maRGBColorA;
basegfx::BColor const maRGBColorB;
double const mfDiscreteDashLength;
......@@ -230,7 +230,7 @@ namespace drawinglayer
// the style
HelplineStyle const meStyle;
// The stripe colors and legth
// The stripe colors and length
basegfx::BColor const maRGBColorA;
basegfx::BColor const maRGBColorB;
double const mfDiscreteDashLength;
......@@ -275,7 +275,7 @@ namespace drawinglayer
// The logic range
basegfx::B2DRange const maRollingRectangle;
// The stripe colors and legth
// The stripe colors and length
basegfx::BColor const maRGBColorA;
basegfx::BColor const maRGBColorB;
double const mfDiscreteDashLength;
......
......@@ -636,10 +636,10 @@ namespace sw
*/
void SendObjectToHell(SdrObject &rObject) const;
/** Make Object lives in the top top layer
/** Make Object lives in the top layer
@param rObject
The object to be set to the bottom layer
The object to be set to the top layer
*/
void SendObjectToHeaven(SdrObject &rObject) const;
......
......@@ -64,7 +64,7 @@ published interface XContainerQuery: com::sun::star::uno::XInterface
<p>
It's not possible to use special commands or search specific parameters here.
You can match by properties only. Enumerated elements must provide queried
properties as minimum. Not specified properties willn't be used for searching.
properties as minimum. Not specified properties will not be used for searching.
<p>
@param Properties items of sub set must support given properties as minimum<br>
......
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