[Libreoffice-commits] core.git: vcl/source xmerge/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Aug 20 06:57:10 UTC 2019


 vcl/source/window/winproc.cxx                                             |    2 +-
 xmerge/source/xmerge/java/org/openoffice/xmerge/util/resources.properties |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 4b317a704268ba03700c50255dd6fded278c81ba
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Aug 19 21:44:49 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Aug 20 08:56:23 2019 +0200

    Fix typos
    
    Change-Id: I62577ca57b90d6575bfcf722ac2487e057a95715
    Reviewed-on: https://gerrit.libreoffice.org/77767
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/vcl/source/window/winproc.cxx b/vcl/source/window/winproc.cxx
index 3bda1c6c68d4..c096b0340565 100644
--- a/vcl/source/window/winproc.cxx
+++ b/vcl/source/window/winproc.cxx
@@ -482,7 +482,7 @@ bool ImplHandleMouseEvent( const VclPtr<vcl::Window>& xWindow, MouseNotifyEvent
                                     pMouseDownWin->ImplGetFrameData()->mnFirstMouseX,
                                     pMouseDownWin->ImplGetFrameData()->mnFirstMouseY ) );
 
-                                // create a uno mouse event out of the available data
+                                // create a UNO mouse event out of the available data
                                 css::awt::MouseEvent aMouseEvent( static_cast < css::uno::XInterface * > ( nullptr ),
 #ifdef MACOSX
                                     nCode & (KEY_SHIFT | KEY_MOD1 | KEY_MOD2 | KEY_MOD3),
diff --git a/xmerge/source/xmerge/java/org/openoffice/xmerge/util/resources.properties b/xmerge/source/xmerge/java/org/openoffice/xmerge/util/resources.properties
index 9247036b6543..95e10b9e6746 100644
--- a/xmerge/source/xmerge/java/org/openoffice/xmerge/util/resources.properties
+++ b/xmerge/source/xmerge/java/org/openoffice/xmerge/util/resources.properties
@@ -38,7 +38,7 @@ OPERATION_NOT_SUPPORTED=Operation not supported
 TEMPLATE_FILE_LOAD_ERROR=Error in loading template file -
 
 #
-# diff/merge algorithm erro messages
+# diff/merge algorithm error messages
 #
 EMPTY_NODE_EXCEPTION=Current Node is empty
 NOT_LEAFNODE_EXCEPTION=Current Node is not a leaf node
@@ -48,7 +48,7 @@ NULL_NODE_EXCEPTION=The initial Xmldocument node is null
 CELL_NODE_EXCEPTION1=Cell node do not have only 1 child <text:p> nodes, will skip the merge of this node.Num of PARA child nodes:
 CELL_NODE_EXCEPTION2=Cell node have a non Element child nodes -
 CELL_NODE_EXCEPTION2=There is a child node under an expected empty cell node.
-NOT_ELEM_NODE_ERROR=The compared nodes are not a Element Node
+NOT_ELEM_NODE_ERROR=The compared nodes are not an Element Node
 NOT_PARA_NODE_ERROR=The compared nodes are not a Paragraph or Heading node -
 NOT_NODE_ERROR=The compared nodes are not a Node
 #


More information about the Libreoffice-commits mailing list