Kaydet (Commit) 79c4c5df authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: I4cea59a00029af5cdbd75ab12476d7b0c08419c0
Reviewed-on: https://gerrit.libreoffice.org/60428
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 5be9451b
...@@ -161,7 +161,7 @@ public class ODatasourceBrowser extends TestCase { ...@@ -161,7 +161,7 @@ public class ODatasourceBrowser extends TestCase {
* <code>DataSourceBrowser</code> has no view data. </li> * <code>DataSourceBrowser</code> has no view data. </li>
* <li> <code>'XInitialization.args'</code> for * <li> <code>'XInitialization.args'</code> for
* {@link ifc.lang._XInitialization} : the arguments for * {@link ifc.lang._XInitialization} : the arguments for
* tbe initialization</li> * the initialization</li>
* </ul> * </ul>
* *
* @see com.sun.star.frame.Desktop * @see com.sun.star.frame.Desktop
......
...@@ -520,7 +520,7 @@ void SdMiscTest::testTdf119392() ...@@ -520,7 +520,7 @@ void SdMiscTest::testTdf119392()
sBase64 = getXPathContent(pXmlDoc, sPathStart + "/config:config-item[@config:name='VisibleLayers']"); sBase64 = getXPathContent(pXmlDoc, sPathStart + "/config:config-item[@config:name='VisibleLayers']");
CPPUNIT_ASSERT_MESSAGE( "Item VisibleLayers does not exists.", !sBase64.isEmpty()); CPPUNIT_ASSERT_MESSAGE( "Item VisibleLayers does not exists.", !sBase64.isEmpty());
comphelper::Base64::decode(aDecodedSeq, sBase64); 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']"); sBase64 = getXPathContent(pXmlDoc, sPathStart + "/config:config-item[@config:name='PrintableLayers']");
CPPUNIT_ASSERT_MESSAGE( "Item PrintableLayers does not exists.", !sBase64.isEmpty()); CPPUNIT_ASSERT_MESSAGE( "Item PrintableLayers does not exists.", !sBase64.isEmpty());
......
...@@ -869,7 +869,7 @@ void SwNavigationPI::StateChanged(StateChangedType nStateChange) ...@@ -869,7 +869,7 @@ void SwNavigationPI::StateChanged(StateChangedType nStateChange)
PanelLayout::StateChanged(nStateChange); PanelLayout::StateChanged(nStateChange);
if (nStateChange == StateChangedType::InitShow) 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 // the sidebar or is otherwise docked. While the navigator could change
// its size, the sidebar can not, and the navigator would just waste // its size, the sidebar can not, and the navigator would just waste
// space. Therefore hide this button. // space. Therefore hide this button.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment