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