Kaydet (Commit) e9e61a4a authored tarafından Andras Timar's avatar Andras Timar

typo: therfore -> therefore

Change-Id: I9dcc0ce882dfd533d98a4f71625bb85e44084283
üst dd819b76
......@@ -1481,7 +1481,7 @@ short UpdateRequiredDialog::Execute()
//be disabled because they are in a read only repository. However, disabling extensions
//is now always possible because the registration data of all repositories
//are in the user installation.
//Therfore all extensions could be displayed and all the handling around m_bHasLockedEntries
//Therefore all extensions could be displayed and all the handling around m_bHasLockedEntries
//could be removed.
if ( m_bHasLockedEntries )
{
......
......@@ -201,7 +201,7 @@ Public Sub Main()
objOleTest.testout_methodUHyper(outUHyper)
objOleTest.testout_methodString(outString)
objOleTest.testout_methodChar(outChar)
'outCharAsString is a string. Therfore the returned sal_Unicode value of 65 will be converted
'outCharAsString is a string. Therefore the returned sal_Unicode value of 65 will be converted
'to a string "65"
objOleTest.testout_methodChar(outCharAsString)
objOleTest.testout_methodAny(outAny)
......
......@@ -23,7 +23,7 @@ Please note the semicolons!
Office/user/config/javarc
under SystemClasspath.
There is a bug with jdk1.1.8, therfore use 1.2 instead.
There is a bug with jdk1.1.8, therefore use 1.2 instead.
The TestPGP is called without ;iiop; :
......
......@@ -16,6 +16,8 @@ $(eval $(call gb_UnpackedTarball_set_patchlevel,libvisio,0))
$(eval $(call gb_UnpackedTarball_add_patches,libvisio,\
external/libvisio/vsd-msvc-max.patch.1 \
external/libvisio/ubsan.patch \
external/libvisio/char-background.patch \
external/libvisio/import-theme-color.patch \
))
ifeq ($(COM_GCC_IS_CLANG),TRUE)
......
......@@ -244,7 +244,7 @@ bool MenuBarMerger::ReplaceMenuItem(
const OUString& rModuleIdentifier,
const AddonMenuContainer& rAddonMenuItems )
{
// There is no replace available. Therfore we first have to
// There is no replace available. Therefore we first have to
// remove the old menu entry,
pMenu->RemoveItem( nPos );
......
......@@ -513,7 +513,7 @@ public:
this must be set directly from one derived SfxShell class and ny
derivatives of SfxObjectShell.
The SfxShell class itself does not have any SfxItemPool, therfore a
The SfxShell class itself does not have any SfxItemPool, therefore a
null-pointer is returned.
*/
SfxItemPool& SfxShell::GetPool() const
......
......@@ -454,7 +454,7 @@ public class _XFrame extends MultiMethodTest {
* Test calls the method, then result is checked.<p>
* Has <b> OK </b> status if method returns true, and values, set by the
* method are nulls, or if method returns false, and values are not changed.
* This method destroy the object. Therfore all other methods have to be
* This method destroy the object. Therefore all other methods have to be
* executed before :
* <ul>
* <li> <code> getName() </code>
......
......@@ -343,7 +343,7 @@ SwFrameFormat *DocumentLayoutManager::CopyLayoutFormat(
SwDoc* pSrcDoc = const_cast<SwDoc*>(rSource.GetDoc());
// May we copy this object?
// We may, unless it's 1) it's a control (and therfore a draw)
// We may, unless it's 1) it's a control (and therefore a draw)
// 2) anchored in a header/footer
// 3) anchored (to paragraph?)
bool bMayNotCopy = false;
......
......@@ -2461,7 +2461,7 @@ void SwXMLTableContext::_MakeTable( SwTableBox *pBox )
// This happens only for percentage values for the table itself.
// In this case, the columns get the correct width even if the
// the sum of the relative withs is smaller than the available
// width in TWIP. Therfore, we can use the relative width.
// width in TWIP. Therefore, we can use the relative width.
nWidth = nRelWidth > USHRT_MAX ? USHRT_MAX : nRelWidth;
}
if( nRelWidth != nWidth && nRelWidth && nCols )
......
......@@ -428,7 +428,7 @@ extern "C" int NeonSession_CertificationNotify( void *userdata,
do
{
//get the intermediate certificate
//the returned value is const ! Therfore it does not need to be freed
//the returned value is const ! Therefore it does not need to be freed
//with ne_ssl_cert_free, which takes a non-const argument
issuerCert = ne_ssl_cert_signedby( issuerCert );
if ( NULL == issuerCert )
......
......@@ -41,7 +41,7 @@ from com.sun.star.container import NoSuchElementException
'''
This class implements the ui-events of the
web wizard.
it is therfore sorted to steps.
it is therefore sorted to steps.
not much application-logic here - just plain
methods which react to events.
The only exception are the finish methods with the save
......
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