From 4b317a704268ba03700c50255dd6fded278c81ba Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 19 Aug 2019 21:44:49 +0200 Subject: Fix typos Change-Id: I62577ca57b90d6575bfcf722ac2487e057a95715 Reviewed-on: https://gerrit.libreoffice.org/77767 Tested-by: Jenkins Reviewed-by: Julien Nabet --- vcl/source/window/winproc.cxx | 2 +- .../xmerge/java/org/openoffice/xmerge/util/resources.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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& 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 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 # -- cgit