[Libreoffice-commits] core.git: cli_ure/source framework/qa qadevOOo/tests scripting/source sd/source sw/source xmloff/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Apr 22 13:48:52 UTC 2020


 cli_ure/source/climaker/climaker_emit.cxx                                    |    2 +-
 framework/qa/complex/contextMenuInterceptor/CheckContextMenuInterceptor.java |    2 +-
 qadevOOo/tests/java/ifc/sheet/_XEnhancedMouseClickBroadcaster.java           |    2 +-
 qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java                    |    2 +-
 scripting/source/provider/MasterScriptProvider.cxx                           |    2 +-
 sd/source/ui/view/drviews4.cxx                                               |    2 +-
 sw/source/uibase/docvw/edtwin.cxx                                            |    2 +-
 xmloff/source/style/PageMasterStyleMap.cxx                                   |    2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit 9762353cf7dc7bf42118d9dae2488c977af0c484
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Apr 21 20:13:00 2020 +0200
Commit:     Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
CommitDate: Wed Apr 22 15:48:11 2020 +0200

    Fix typos
    
    Change-Id: I49d7dc8a2cbcba5413d05d97559321e672ed413a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92655
    Tested-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
    Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>

diff --git a/cli_ure/source/climaker/climaker_emit.cxx b/cli_ure/source/climaker/climaker_emit.cxx
index 0f3c3b73a0b9..e34a9b088bda 100644
--- a/cli_ure/source/climaker/climaker_emit.cxx
+++ b/cli_ure/source/climaker/climaker_emit.cxx
@@ -1844,7 +1844,7 @@ Assembly ^ TypeEmitter::type_resolve(
                                                   System::String::typeid};
             ilGen->Emit(Emit::OpCodes::Call,
                         System::String::typeid->GetMethod("Concat", arConcatParams));
-            //load contex argument
+            //load context argument
             ilGen->Emit(Emit::OpCodes::Ldarg_0);
             ilGen->Emit(Emit::OpCodes::Newobj, ctorDeploymentException);
             ilGen->Emit(Emit::OpCodes::Throw);//Exception(typeDeploymentExc);
diff --git a/framework/qa/complex/contextMenuInterceptor/CheckContextMenuInterceptor.java b/framework/qa/complex/contextMenuInterceptor/CheckContextMenuInterceptor.java
index 3b8d7cd4c2cf..e1f59fdf7faa 100644
--- a/framework/qa/complex/contextMenuInterceptor/CheckContextMenuInterceptor.java
+++ b/framework/qa/complex/contextMenuInterceptor/CheckContextMenuInterceptor.java
@@ -246,7 +246,7 @@ public class CheckContextMenuInterceptor
     private void openContextMenu(XModel aModel)
     {
 
-        System.out.println("try to open contex menu...");
+        System.out.println("try to open context menu...");
 
         xWindow = AccessibilityTools.getCurrentWindow(aModel);
 
diff --git a/qadevOOo/tests/java/ifc/sheet/_XEnhancedMouseClickBroadcaster.java b/qadevOOo/tests/java/ifc/sheet/_XEnhancedMouseClickBroadcaster.java
index fbed0d1f9307..fdcbcd4ff04a 100644
--- a/qadevOOo/tests/java/ifc/sheet/_XEnhancedMouseClickBroadcaster.java
+++ b/qadevOOo/tests/java/ifc/sheet/_XEnhancedMouseClickBroadcaster.java
@@ -74,7 +74,7 @@ public class _XEnhancedMouseClickBroadcaster extends MultiMethodTest {
     }
 
     protected boolean clickOnSheet() {
-        log.println("try to open contex menu...");
+        log.println("try to open context menu...");
 
         XWindow xWindow = AccessibilityTools.getCurrentWindow(docModel);
 
diff --git a/qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java b/qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java
index 52e02f5fe813..0628107305a2 100644
--- a/qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java
+++ b/qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java
@@ -152,7 +152,7 @@ public class _XContextMenuInterception extends MultiMethodTest {
 
     private void openContextMenu(XModel xModel){
 
-        log.println("try to open contex menu...");
+        log.println("try to open context menu...");
 
         xWindow = AccessibilityTools.getCurrentWindow(xModel);
 
diff --git a/scripting/source/provider/MasterScriptProvider.cxx b/scripting/source/provider/MasterScriptProvider.cxx
index eb5d8a6b07c8..2a12c21fb604 100644
--- a/scripting/source/provider/MasterScriptProvider.cxx
+++ b/scripting/source/provider/MasterScriptProvider.cxx
@@ -167,7 +167,7 @@ void SAL_CALL MasterScriptProvider::initialize( const Sequence < Any >& args )
         OUString pkgSpec = "uno_packages";
         sal_Int32 indexOfPkgSpec = m_sCtxString.lastIndexOf( pkgSpec );
 
-        // if contex string ends with "uno_packages"
+        // if context string ends with "uno_packages"
         if ( indexOfPkgSpec > -1 && m_sCtxString.match( pkgSpec, indexOfPkgSpec ) )
         {
             m_bIsPkgMSP = true;
diff --git a/sd/source/ui/view/drviews4.cxx b/sd/source/ui/view/drviews4.cxx
index 6163ce3dce61..e88e8683ae3f 100644
--- a/sd/source/ui/view/drviews4.cxx
+++ b/sd/source/ui/view/drviews4.cxx
@@ -269,7 +269,7 @@ void DrawViewShell::MouseButtonDown(const MouseEvent& rMEvt,
     // active inplace client. In that case we have to ignore the mouse
     // button down event. Otherwise we would crash (context menu has been
     // opened by inplace client and we would deactivate the inplace client,
-    // the contex menu is closed by VCL asynchronously which in the end
+    // the context menu is closed by VCL asynchronously which in the end
     // would work on deleted objects or the context menu has no parent anymore)
     SfxInPlaceClient* pIPClient = GetViewShell()->GetIPClient();
     bool bIsOleActive = ( pIPClient && pIPClient->IsObjectInPlaceActive() );
diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx
index 40595b0a7e4b..d039be4f2047 100644
--- a/sw/source/uibase/docvw/edtwin.cxx
+++ b/sw/source/uibase/docvw/edtwin.cxx
@@ -2726,7 +2726,7 @@ void SwEditWin::MouseButtonDown(const MouseEvent& _rMEvt)
     // active inplace client. In that case we have to ignore the mouse
     // button down event. Otherwise we would crash (context menu has been
     // opened by inplace client and we would deactivate the inplace client,
-    // the contex menu is closed by VCL asynchronously which in the end
+    // the context menu is closed by VCL asynchronously which in the end
     // would work on deleted objects or the context menu has no parent anymore)
     SfxInPlaceClient* pIPClient = rSh.GetSfxViewShell()->GetIPClient();
     bool bIsOleActive = ( pIPClient && pIPClient->IsObjectInPlaceActive() );
diff --git a/xmloff/source/style/PageMasterStyleMap.cxx b/xmloff/source/style/PageMasterStyleMap.cxx
index b8c4232e1405..217e5960a0f4 100644
--- a/xmloff/source/style/PageMasterStyleMap.cxx
+++ b/xmloff/source/style/PageMasterStyleMap.cxx
@@ -116,7 +116,7 @@ const XMLPropertyMapEntry aXMLPageMasterStyleMap[] =
 
     PLMAP( "UserDefinedAttributes",    XML_NAMESPACE_TEXT,        XML_XMLNS,                        XML_TYPE_ATTRIBUTE_CONTAINER | MID_FLAG_SPECIAL_ITEM, 0 ),
 
-    //Index 65: fill attributes; use PLMAP macro here instead of GMAP, tis list is ordered and it's order is used
+    //Index 65: fill attributes; use PLMAP macro here instead of GMAP, this list is ordered and its order is used
     // to decide in which section in ODF to export the contained stuff (the PageMasterStyle creates several XML
     // sections, for Page, Header and Footer). The needed order seems to rely not on filtering, but using sections
     // based on the order used in this list.


More information about the Libreoffice-commits mailing list