diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-09-13 12:13:27 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-09-13 14:53:04 +0200 |
commit | 79c4c5dfc1df4b8b80f7d3a6343aa6af9458819d (patch) | |
tree | f973fabc27ec37b94693cb0f1bc25abcd48e595a | |
parent | 5be9451b9be4f71e18aeaadf9e9553d560a1710d (diff) |
Fix typos
Change-Id: I4cea59a00029af5cdbd75ab12476d7b0c08419c0
Reviewed-on: https://gerrit.libreoffice.org/60428
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | qadevOOo/tests/java/mod/_dbaccess/ODatasourceBrowser.java | 2 | ||||
-rw-r--r-- | sd/qa/unit/misc-tests.cxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/utlui/navipi.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
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. |