[Libreoffice-commits] core.git: 2 commits - desktop/test drawinglayer/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sat May 18 06:26:37 UTC 2019
desktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/OptionsEventHandler.java | 4 ++--
drawinglayer/source/primitive2d/textlayoutdevice.cxx | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit c3cab06902f56eb539961ff75327345cfdd1023b
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:26:09 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat May 18 08:25:49 2019 +0200
Fix typo
Change-Id: I1394c7b15ce39d553e6476d5e19731167b220e9d
Reviewed-on: https://gerrit.libreoffice.org/72503
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/desktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/OptionsEventHandler.java b/desktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/OptionsEventHandler.java
index 2dd230b7da00..b360f470bef3 100644
--- a/desktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/OptionsEventHandler.java
+++ b/desktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/OptionsEventHandler.java
@@ -195,7 +195,7 @@ public class OptionsEventHandler {
XControl xControl = xContainer.getControl(m_arStringControls[i]);
//This generic handler and the corresponding registry schema support
- //up to five text controls. However, if a options page does not use all
+ //up to five text controls. However, if an options page does not use all
//five controls then we will not complain here.
if (xControl == null)
continue;
@@ -290,7 +290,7 @@ public class OptionsEventHandler {
XControl xControl = xContainer.getControl(m_arStringControls[i]);
//This generic handler and the corresponding registry schema support
- //up to five text controls. However, if a options page does not use all
+ //up to five text controls. However, if an options page does not use all
//five controls then we will not complain here.
if (xControl == null)
continue;
commit 1c00f79d17cabc290cf960495253ef1f0fc6d5b7
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:25:58 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat May 18 08:25:35 2019 +0200
Fix typo
Change-Id: Ica307778196293ab948b28363f08f2a1358a92a3
Reviewed-on: https://gerrit.libreoffice.org/72508
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/drawinglayer/source/primitive2d/textlayoutdevice.cxx b/drawinglayer/source/primitive2d/textlayoutdevice.cxx
index 9740469ba304..e15e9f826d77 100644
--- a/drawinglayer/source/primitive2d/textlayoutdevice.cxx
+++ b/drawinglayer/source/primitive2d/textlayoutdevice.cxx
@@ -42,7 +42,7 @@ namespace
{
class ImpTimedRefDev;
- //the scoped_timed_RefDev owns a ImpTimeRefDev and releases it on dtor
+ //the scoped_timed_RefDev owns an ImpTimeRefDev and releases it on dtor
//or disposing of the default XComponentContext which causes the underlying
//OutputDevice to get released
More information about the Libreoffice-commits
mailing list