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

Fix typos

Change-Id: I56e429ff1b8ee55ccb8df16002b509770762172c
Reviewed-on: https://gerrit.libreoffice.org/35618Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 402aa305
......@@ -332,7 +332,7 @@ AC_SUBST(ENABLE_LTO)
AC_ARG_ENABLE(fuzz-options,
AS_HELP_STRING([--enable-fuzz-options],
[Randomly enable or disable each of those configury options
[Randomly enable or disable each of those configurable options
that are supposed to be freely selectable without interdependencies,
or where bad interaction from interdependencies is automatically avoided.])
)
......
......@@ -250,7 +250,7 @@ namespace dbtools
return;
// we may need to strip any links which are invalid, so here go the containers
// for temporarirly holding the new pairs
// for temporarily holding the new pairs
std::vector< OUString > aStrippedMasterFields;
std::vector< OUString > aStrippedDetailFields;
......
......@@ -162,7 +162,7 @@ namespace connectivity
/**
* Creates a new transaction with the desired parameters, if
* necessary discarding an existing transaction. This has to be done
* anytime we change the transaction isolation, or autocommiting.
* anytime we change the transaction isolation, or autocommitting.
*
* @throws css::sdbc::SQLException
*/
......
......@@ -98,7 +98,7 @@ OUString Tables::createStandardColumnPart(const Reference< XPropertySet >& xColP
aSql.append(" ");
aSql.append(sAutoIncrementValue);
}
// AutoIncrementive "IDENTITY" is implizit "NOT NULL"
// AutoIncrement "IDENTITY" is implicitly "NOT NULL"
else if(::comphelper::getINT32(xColProp->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_ISNULLABLE))) == ColumnValue::NO_NULLS)
aSql.append(" NOT NULL");
......
......@@ -183,7 +183,7 @@ void SAL_CALL OHSQLTable::alterColumnByName( const OUString& colName, const Refe
xProp->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_TYPENAME)) >>= sOldTypeName;
descriptor->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_TYPENAME))>>= sNewTypeName;
// and precsions and scale
// and precision and scale
xProp->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_PRECISION)) >>= nOldPrec;
descriptor->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_PRECISION))>>= nNewPrec;
xProp->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_SCALE)) >>= nOldScale;
......
......@@ -125,7 +125,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL shutdownKApplication()
has to be called, else the results are unpredictable.
@return
<ul><li><code>0</code> if the KDE version is supportednon</li>
<ul><li><code>0</code> if the KDE version is not supported</li>
<li>a negative value if the version is too old</li>
<li>a positive value if the version is too new to know whether it works with this driver</li>
</ul>
......
......@@ -106,7 +106,7 @@ namespace pq_sdbc_driver
// These are inherited from JDBC, and thus won't change anytime soon.
// Having them as pre-processor definitions allows to include them
// into compile-time strings (through STRINGIFY), which can be passed to ASCII_STR.
// That is without resorting to horrendeous hacks in template meta-programming.
// That is without resorting to horrendous hacks in template meta-programming.
#define KEYRULE_CASCADE 0
#define KEYRULE_RESTRICT 1
#define KEYRULE_SET_NULL 2
......
......@@ -52,7 +52,7 @@ namespace connectivity
bool isCapable(sal_uInt32 _nId);
OUString getLiteral(sal_uInt32 _nProperty);
// get info out of propertyst
// get info out of properties
/// @throws css::sdbc::SQLException
/// @throws css::uno::RuntimeException
OUString getStringProperty(const OUString& _aProperty);
......
......@@ -227,7 +227,7 @@ namespace connectivity
};
/** PI()
Returns the value of PI. The default shown number of decimals is 5, but internally uses the full double precession for PI.
Returns the value of PI. The default shown number of decimals is 5, but internally uses the full double precision for PI.
> SELECT PI();
-> 3.141593
......
......@@ -81,7 +81,7 @@ void SAL_CALL ExceptionThrower_dispatch(
const_cast< typelib_TypeDescription * >( pMemberType ) )->
nPosition)
{
case 0: // queryInterace()
case 0: // queryInterface()
{
Type const & rType_demanded =
*static_cast< Type const * >( pArgs[ 0 ] );
......
......@@ -204,7 +204,7 @@ static Reference< XInterface > loadComponent(
Reference< XSingleServiceFactory > xSFac( xFactory, UNO_QUERY );
if (xSFac.is())
{
out( "\n> warning: ignroing context for implementation \"" );
out( "\n> warning: ignoring context for implementation \"" );
out( rImplName );
out( "\"!" );
xInstance = xSFac->createInstance();
......
......@@ -176,7 +176,7 @@ public:
//We want all widgets inside a container, so each row of the toplevel
//grid has another container in it. To avoid adding spacing to these
//empty grids they all default to invisible, so show them if their
//children are visibles
//children are visible
pEdit->GetParent()->Show();
pEdit->Show();
}
......
......@@ -259,7 +259,7 @@ bool SvxHatchTabPage::FillItemSet( SfxItemSet* rSet )
pXHatch.reset(new XHatch( m_pHatchingList->GetHatch( static_cast<sal_uInt16>(nPos) )->GetHatch() ));
aString = m_pHatchLB->GetItemText( m_pHatchLB->GetSelectItemId() );
}
// gradient has been (unidentifiedly) passed
// gradient has been (unidentified) passed
else
{
pXHatch.reset(new XHatch( m_pLbLineColor->GetSelectEntryColor(),
......
......@@ -498,7 +498,7 @@ void SvxTransparenceTabPage::PointChanged(vcl::Window* , RectPoint eRcPt)
bool SvxTransparenceTabPage::InitPreview ( const SfxItemSet& rSet )
{
// set transparencetyp for preview
// set transparencetype for preview
if ( m_pRbtTransOff->IsChecked() )
{
ClickTransOffHdl_Impl(nullptr);
......
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