Fix typos
Change-Id: Id62178a1a8b2e05d13c47f1ac4798578f140dbae Reviewed-on: https://gerrit.libreoffice.org/78794 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
This commit is contained in:
parent
0c234a60ae
commit
8e999b51a2
@ -93,7 +93,7 @@ public:
|
||||
@param rShapeTreeInfo
|
||||
Bundle of information passed down the shape tree.
|
||||
@param rContext
|
||||
An accessible context object that is called for fireing events
|
||||
An accessible context object that is called for firing events
|
||||
for new and deleted children, i.e. that holds a list of
|
||||
listeners to be informed.
|
||||
*/
|
||||
|
@ -43,7 +43,7 @@ public:
|
||||
inline BigPtrArray& GetArray() const;
|
||||
};
|
||||
|
||||
// 1000 entries per Block = a bit less then 4K
|
||||
// 1000 entries per Block = a bit less than 4K
|
||||
#define MAXENTRY 1000
|
||||
|
||||
// number of entries that may remain free during compression
|
||||
|
@ -360,7 +360,7 @@ bool isTableBoundariesEnabled()
|
||||
/**
|
||||
* Set borders alignment statics
|
||||
* Adjustment for 'small' twip-to-pixel relations:
|
||||
* For 'small' twip-to-pixel relations (less then 2:1)
|
||||
* For 'small' twip-to-pixel relations (less than 2:1)
|
||||
* values of <gProp.nSHalfPixelSzW> and <gProp.nSHalfPixelSzH> are set to ZERO
|
||||
*/
|
||||
void SwCalcPixStatics( vcl::RenderContext const *pOut )
|
||||
|
@ -479,7 +479,7 @@ void SwHTMLParser::FixHeaderFooterDistance( bool bHeader,
|
||||
->SwContentNode::GetAttr( RES_UL_SPACE ));
|
||||
|
||||
// The top paragraph padding becomes the padding
|
||||
// to headline or footer if it is greater then the
|
||||
// to headline or footer if it is greater than the
|
||||
// bottom padding of the paragraph beforehand
|
||||
if( rULSpace.GetUpper() > nSpace )
|
||||
nSpace = rULSpace.GetUpper();
|
||||
@ -669,7 +669,7 @@ void SwHTMLParser::NewMultiCol( sal_uInt16 columnsFromCss )
|
||||
}
|
||||
}
|
||||
|
||||
// If there are less then 2 columns, no section is inserted.
|
||||
// If there are less than 2 columns, no section is inserted.
|
||||
if( nCols >= 2 )
|
||||
{
|
||||
if( !bAppended )
|
||||
|
@ -51,7 +51,7 @@ published interface XComponent: com::sun::star::uno::XInterface
|
||||
</p>
|
||||
<p>
|
||||
The object must notify all registered listeners using the method
|
||||
XEventListener::disposing(). All notfied objects
|
||||
XEventListener::disposing(). All notified objects
|
||||
should release there references to this object without
|
||||
calling XComponent::removeEventListener()
|
||||
(the disposed object will release the listeners eitherway).
|
||||
|
@ -1222,7 +1222,7 @@ Size ListBox::CalcSubEditSize() const
|
||||
else
|
||||
{
|
||||
aSz.setHeight( mpImplLB->GetEntryHeight() );
|
||||
// Size to maxmimum entry width
|
||||
// Size to maximum entry width
|
||||
aSz.setWidth( mpImplLB->GetMaxEntryWidth() );
|
||||
|
||||
if (m_nMaxWidthChars != -1)
|
||||
|
@ -1650,7 +1650,7 @@ void WMFWriter::WriteHeader( bool bPlaceable )
|
||||
.WriteUInt16( 0x0009 ) // header length in words
|
||||
.WriteUInt16( 0x0300 ) // Version as BCD number
|
||||
.WriteUInt32( 0x00000000 ) // file length (without 1st header), is later corrected by UpdateHeader()
|
||||
.WriteUInt16( MAXOBJECTHANDLES ) // maxmimum number of simultaneous objects
|
||||
.WriteUInt16( MAXOBJECTHANDLES ) // maximum number of simultaneous objects
|
||||
.WriteUInt32( 0x00000000 ) // maximum record length, is later corrected by UpdateHeader()
|
||||
.WriteUInt16( 0x0000 ); // reserved
|
||||
}
|
||||
|
@ -100,13 +100,13 @@ public interface IReportDocument
|
||||
/* Grouping Page */
|
||||
// Document should not hold the grouping information!
|
||||
/**
|
||||
* Called by press ('greater then') add a group to the group list
|
||||
* Called by press ('greater than') add a group to the group list
|
||||
*/
|
||||
boolean liveupdate_addGroupNametoDocument(String[] GroupNames, String CurGroupTitle, ArrayList<String> GroupFieldVector, ArrayList<String> ReportPath, int iSelCount);
|
||||
|
||||
void refreshGroupFields(String[] _sNewNames);
|
||||
/**
|
||||
* Called by press ('less then') Removes an already set Groupname out of the list
|
||||
* Called by press ('less than') Removes an already set Groupname out of the list
|
||||
*/
|
||||
void liveupdate_removeGroupName(String[] NewSelGroupNames, String CurGroupTitle, java.util.ArrayList<String> GroupFieldVector);
|
||||
|
||||
|
@ -204,7 +204,7 @@ namespace xmloff
|
||||
const OUString& _rService
|
||||
);
|
||||
|
||||
/** checks whether a given component supports a given servive
|
||||
/** checks whether a given component supports a given service
|
||||
*/
|
||||
static bool doesComponentSupport(
|
||||
const css::uno::Reference< css::uno::XInterface >& _rxComponent,
|
||||
|
@ -59,7 +59,7 @@ OUString getElement(OUString const & version, ::sal_Int32 * index)
|
||||
}
|
||||
|
||||
|
||||
// Return 1 if version1 is greater then version 2, 0 if they are equal
|
||||
// Return 1 if version1 is greater than version 2, 0 if they are equal
|
||||
//and -1 if version1 is less version 2
|
||||
int compareVersions(
|
||||
OUString const & version1, OUString const & version2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user