Kaydet (Commit) 7b3825c6 authored tarafından Julien Nabet's avatar Julien Nabet

Typos

Change-Id: Id1b96b56b16ebf2d8a99dd6fb64c73906dfd598f
Reviewed-on: https://gerrit.libreoffice.org/35435Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 00b54bd3
......@@ -2742,7 +2742,7 @@ namespace
rPropertyHolders.Current().setTextColor(rFontColor.getBColor());
}
// caution: do NOT decativate here on transparet, see
// caution: do NOT deactivate here on transparent, see
// OutputDevice::SetFont(..) for more info
// rPropertyHolders.Current().setTextColorActive(bActivate);
......
......@@ -190,7 +190,7 @@ public class CheckContextMenuInterceptor
{
XInterface toolkit = null;
System.out.println("get accesibility...");
System.out.println("get accessibility...");
try
{
toolkit = (XInterface) xMSF.createInstance("com.sun.star.awt.Toolkit");
......
......@@ -98,7 +98,7 @@ public class _XContextMenuInterception extends MultiMethodTest {
XInterface toolkit = null;
boolean res = true;
log.println("get accesibility...");
log.println("get accessibility...");
try{
toolkit = (XInterface) xMSF.createInstance("com.sun.star.awt.Toolkit");
} catch (com.sun.star.uno.Exception e){
......
......@@ -155,7 +155,7 @@ void RegisterDrawShapeTypes()
};
// Crash while inserting callout with activated accesibility (#i37790#)
// Crash while inserting callout with activated accessibility (#i37790#)
ShapeTypeHandler::Instance().AddShapeTypeList ( DRAWING_END, aSvxShapeTypeList);
}
......
......@@ -178,7 +178,7 @@ namespace svx
static MapString2PropertyEntry s_aProperties;
if ( s_aProperties.empty() )
{
static PropertyMapEntry const s_aDesriptorProperties[] =
static PropertyMapEntry const s_aDescriptorProperties[] =
{
{ OUString("ActiveConnection"), DataAccessDescriptorProperty::Connection, },
{ OUString("BookmarkSelection"), DataAccessDescriptorProperty::BookmarkSelection, },
......@@ -196,8 +196,8 @@ namespace svx
{ OUString("Selection"), DataAccessDescriptorProperty::Selection, }
};
for (unsigned i=0; i<SAL_N_ELEMENTS(s_aDesriptorProperties); ++i)
s_aProperties[ s_aDesriptorProperties[i].maName ] = &s_aDesriptorProperties[i];
for (unsigned i=0; i<SAL_N_ELEMENTS(s_aDescriptorProperties); ++i)
s_aProperties[ s_aDescriptorProperties[i].maName ] = &s_aDescriptorProperties[i];
}
return s_aProperties;
......
......@@ -399,7 +399,7 @@ void MSWordExportBase::OutputSectionBreaks( const SfxItemSet *pSet, const SwNode
const SfxPoolItem* pItem=nullptr;
const SwFormatPageDesc *pPgDesc=nullptr;
//Output a sectionbreak if theres a new pagedesciptor. otherwise output a
//Output a sectionbreak if there's a new pagedescriptor. Otherwise output a
//pagebreak if there is a pagebreak here, unless the new page (follow
//style) is different to the current one, in which case plump for a
//section.
......
......@@ -2694,7 +2694,7 @@ void Window::SetActivateMode( ActivateModeFlags nMode )
{
mpWindowImpl->mnActivateMode = nMode;
// possibly trigger Decativate/Activate
// possibly trigger Deactivate/Activate
if ( mpWindowImpl->mnActivateMode != ActivateModeFlags::NONE )
{
if ( (mpWindowImpl->mbActive || (GetType() == WindowType::BORDERWINDOW)) &&
......
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