[Libreoffice-commits] core.git: drawinglayer/source framework/qa qadevOOo/tests svx/source sw/source vcl/source

Julien Nabet serval2412 at yahoo.fr
Sun Mar 19 19:25:14 UTC 2017


 drawinglayer/source/primitive2d/metafileprimitive2d.cxx                      |    2 +-
 framework/qa/complex/contextMenuInterceptor/CheckContextMenuInterceptor.java |    2 +-
 qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java                    |    2 +-
 svx/source/accessibility/SvxShapeTypes.cxx                                   |    2 +-
 svx/source/form/dataaccessdescriptor.cxx                                     |    6 +++---
 sw/source/filter/ww8/ww8atr.cxx                                              |    2 +-
 vcl/source/window/window.cxx                                                 |    2 +-
 7 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit 7b3825c66e7a7d7430404637261c41fd1ef0fbf8
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sun Mar 19 17:58:02 2017 +0100

    Typos
    
    Change-Id: Id1b96b56b16ebf2d8a99dd6fb64c73906dfd598f
    Reviewed-on: https://gerrit.libreoffice.org/35435
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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)) &&


More information about the Libreoffice-commits mailing list