summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drawinglayer/source/primitive2d/metafileprimitive2d.cxx2
-rw-r--r--framework/qa/complex/contextMenuInterceptor/CheckContextMenuInterceptor.java2
-rw-r--r--qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java2
-rw-r--r--svx/source/accessibility/SvxShapeTypes.cxx2
-rw-r--r--svx/source/form/dataaccessdescriptor.cxx6
-rw-r--r--sw/source/filter/ww8/ww8atr.cxx2
-rw-r--r--vcl/source/window/window.cxx2
7 files changed, 9 insertions, 9 deletions
diff --git a/drawinglayer/source/primitive2d/metafileprimitive2d.cxx b/drawinglayer/source/primitive2d/metafileprimitive2d.cxx
index 7a13ff76ae4c..e22d9a04348a 100644
--- a/drawinglayer/source/primitive2d/metafileprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/metafileprimitive2d.cxx
@@ -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);
diff --git a/framework/qa/complex/contextMenuInterceptor/CheckContextMenuInterceptor.java b/framework/qa/complex/contextMenuInterceptor/CheckContextMenuInterceptor.java
index f7109c1bf538..3b8d7cd4c2cf 100644
--- a/framework/qa/complex/contextMenuInterceptor/CheckContextMenuInterceptor.java
+++ b/framework/qa/complex/contextMenuInterceptor/CheckContextMenuInterceptor.java
@@ -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");
diff --git a/qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java b/qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java
index 66065271693f..52e02f5fe813 100644
--- a/qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java
+++ b/qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java
@@ -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){
diff --git a/svx/source/accessibility/SvxShapeTypes.cxx b/svx/source/accessibility/SvxShapeTypes.cxx
index 250159891a20..fb53f41c52ed 100644
--- a/svx/source/accessibility/SvxShapeTypes.cxx
+++ b/svx/source/accessibility/SvxShapeTypes.cxx
@@ -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);
}
diff --git a/svx/source/form/dataaccessdescriptor.cxx b/svx/source/form/dataaccessdescriptor.cxx
index b4ca33928b51..e2c675c5b3ab 100644
--- a/svx/source/form/dataaccessdescriptor.cxx
+++ b/svx/source/form/dataaccessdescriptor.cxx
@@ -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;
diff --git a/sw/source/filter/ww8/ww8atr.cxx b/sw/source/filter/ww8/ww8atr.cxx
index f9a55701ef61..35dc33ef997f 100644
--- a/sw/source/filter/ww8/ww8atr.cxx
+++ b/sw/source/filter/ww8/ww8atr.cxx
@@ -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.
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index 4eee9667c792..70b77446f7a2 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -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)) &&