spelling in comments: minmal -> minimal
Change-Id: Ie1947782cd7679c0c979d01ee7776176d771fc04 Reviewed-on: https://gerrit.libreoffice.org/35925 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Justin Luth <justin_luth@sil.org>
This commit is contained in:
@@ -149,7 +149,7 @@ sal_Bool SAL_CALL URLTransformer::parseStrict( css::util::URL& aURL )
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// Minmal support for unknown protocols. This is mandatory to support the "Protocol Handlers" implemented
|
// Minimal support for unknown protocols. This is mandatory to support the "Protocol Handlers" implemented
|
||||||
// in framework!
|
// in framework!
|
||||||
aURL.Protocol = aProtocol;
|
aURL.Protocol = aProtocol;
|
||||||
aURL.Main = aURL.Complete;
|
aURL.Main = aURL.Complete;
|
||||||
@@ -187,7 +187,7 @@ sal_Bool SAL_CALL URLTransformer::parseSmart( css::util::URL& aURL,
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// Minmal support for unknown protocols. This is mandatory to support the "Protocol Handlers" implemented
|
// Minimal support for unknown protocols. This is mandatory to support the "Protocol Handlers" implemented
|
||||||
// in framework!
|
// in framework!
|
||||||
if ( INetURLObject::CompareProtocolScheme( sSmartProtocol ) == INetProtocol::NotValid )
|
if ( INetURLObject::CompareProtocolScheme( sSmartProtocol ) == INetProtocol::NotValid )
|
||||||
{
|
{
|
||||||
|
@@ -97,7 +97,7 @@ public:
|
|||||||
@param _nResizeFactor the factor which is used for resizing the sequence when necessary. In every
|
@param _nResizeFactor the factor which is used for resizing the sequence when necessary. In every
|
||||||
resize step, the new sequence size will be calculated by multiplying the current
|
resize step, the new sequence size will be calculated by multiplying the current
|
||||||
size with this factor, rounded off to the next multiple of 4.
|
size with this factor, rounded off to the next multiple of 4.
|
||||||
@param _nMinimumResize the minmal number of bytes which is additionally allocated on resizing
|
@param _nMinimumResize the minimal number of bytes which is additionally allocated on resizing
|
||||||
@see closeOutput
|
@see closeOutput
|
||||||
*/
|
*/
|
||||||
OSequenceOutputStream(
|
OSequenceOutputStream(
|
||||||
|
@@ -352,7 +352,7 @@ bool SwTabPortion::PreFormat( SwTextFormatInfo &rInf )
|
|||||||
PrtWidth( nMinimumTabWidth );
|
PrtWidth( nMinimumTabWidth );
|
||||||
|
|
||||||
// Break tab stop to next line if:
|
// Break tab stop to next line if:
|
||||||
// 1. Minmal width does not fit to line anymore.
|
// 1. Minimal width does not fit to line anymore.
|
||||||
// 2. An underflow event was called for the tab portion.
|
// 2. An underflow event was called for the tab portion.
|
||||||
bool bFull = ( bTabCompat && rInf.IsUnderflow() ) ||
|
bool bFull = ( bTabCompat && rInf.IsUnderflow() ) ||
|
||||||
( rInf.Width() <= rInf.X() + PrtWidth() && rInf.X() <= rInf.Width() ) ;
|
( rInf.Width() <= rInf.X() + PrtWidth() && rInf.X() <= rInf.Width() ) ;
|
||||||
|
Reference in New Issue
Block a user