[Libreoffice-commits] core.git: qadevOOo/tests sd/qa sw/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Sep 13 12:53:30 UTC 2018
qadevOOo/tests/java/mod/_dbaccess/ODatasourceBrowser.java | 2 +-
sd/qa/unit/misc-tests.cxx | 2 +-
sw/source/uibase/utlui/navipi.cxx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 79c4c5dfc1df4b8b80f7d3a6343aa6af9458819d
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Sep 13 12:13:27 2018 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Sep 13 14:53:04 2018 +0200
Fix typos
Change-Id: I4cea59a00029af5cdbd75ab12476d7b0c08419c0
Reviewed-on: https://gerrit.libreoffice.org/60428
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/qadevOOo/tests/java/mod/_dbaccess/ODatasourceBrowser.java b/qadevOOo/tests/java/mod/_dbaccess/ODatasourceBrowser.java
index 21f3e1f44bdd..1ccccf5329dc 100644
--- a/qadevOOo/tests/java/mod/_dbaccess/ODatasourceBrowser.java
+++ b/qadevOOo/tests/java/mod/_dbaccess/ODatasourceBrowser.java
@@ -161,7 +161,7 @@ public class ODatasourceBrowser extends TestCase {
* <code>DataSourceBrowser</code> has no view data. </li>
* <li> <code>'XInitialization.args'</code> for
* {@link ifc.lang._XInitialization} : the arguments for
- * tbe initialization</li>
+ * the initialization</li>
* </ul>
*
* @see com.sun.star.frame.Desktop
diff --git a/sd/qa/unit/misc-tests.cxx b/sd/qa/unit/misc-tests.cxx
index 270a0f527178..a3e717cca5e6 100644
--- a/sd/qa/unit/misc-tests.cxx
+++ b/sd/qa/unit/misc-tests.cxx
@@ -520,7 +520,7 @@ void SdMiscTest::testTdf119392()
sBase64 = getXPathContent(pXmlDoc, sPathStart + "/config:config-item[@config:name='VisibleLayers']");
CPPUNIT_ASSERT_MESSAGE( "Item VisibleLayers does not exists.", !sBase64.isEmpty());
comphelper::Base64::decode(aDecodedSeq, sBase64);
- CPPUNIT_ASSERT_EQUAL( 0xbF, static_cast<sal_uInt8>(aDecodedSeq[0]) & 0xff); // & 0xff forces unambigious types for CPPUNIT_ASSERT_EQUAL
+ CPPUNIT_ASSERT_EQUAL( 0xbF, static_cast<sal_uInt8>(aDecodedSeq[0]) & 0xff); // & 0xff forces unambiguous types for CPPUNIT_ASSERT_EQUAL
sBase64 = getXPathContent(pXmlDoc, sPathStart + "/config:config-item[@config:name='PrintableLayers']");
CPPUNIT_ASSERT_MESSAGE( "Item PrintableLayers does not exists.", !sBase64.isEmpty());
diff --git a/sw/source/uibase/utlui/navipi.cxx b/sw/source/uibase/utlui/navipi.cxx
index e7e79bb5e510..14dae916f7d2 100644
--- a/sw/source/uibase/utlui/navipi.cxx
+++ b/sw/source/uibase/utlui/navipi.cxx
@@ -869,7 +869,7 @@ void SwNavigationPI::StateChanged(StateChangedType nStateChange)
PanelLayout::StateChanged(nStateChange);
if (nStateChange == StateChangedType::InitShow)
{
- // if the parent isn't a float, then then the navigator is displayed in
+ // if the parent isn't a float, then the navigator is displayed in
// the sidebar or is otherwise docked. While the navigator could change
// its size, the sidebar can not, and the navigator would just waste
// space. Therefore hide this button.
More information about the Libreoffice-commits
mailing list