Kaydet (Commit) d4d737d5 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Michael Stahl

Fix typos

Change-Id: Ib2ba32d48d3df16b0b20deea84416fe15a2d7176
Reviewed-on: https://gerrit.libreoffice.org/38650Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst ed715a46
...@@ -64,7 +64,7 @@ namespace connectivity ...@@ -64,7 +64,7 @@ namespace connectivity
LoadXPToolkitProfiles(MozillaProductType_Mozilla); LoadXPToolkitProfiles(MozillaProductType_Mozilla);
//load firefox profiles to m_ProductProfileList //load firefox profiles to m_ProductProfileList
//firefox profile does not containt address book, but maybe others need them //firefox profile does not contain address book, but maybe others need them
LoadXPToolkitProfiles(MozillaProductType_Firefox); LoadXPToolkitProfiles(MozillaProductType_Firefox);
} }
//Thunderbird and firefox profiles are saved in profiles.ini //Thunderbird and firefox profiles are saved in profiles.ini
......
...@@ -135,7 +135,7 @@ static void clewExit(void) ...@@ -135,7 +135,7 @@ static void clewExit(void)
//! \param path path to dynamic library to load //! \param path path to dynamic library to load
//! \return CLEW_ERROR_OPEN_FAILED if the library could not be opened //! \return CLEW_ERROR_OPEN_FAILED if the library could not be opened
//! CLEW_ERROR_ATEXIT_FAILED if atexit(clewExit) failed //! CLEW_ERROR_ATEXIT_FAILED if atexit(clewExit) failed
//! CLEW_SUCCESS when the library was succesfully loaded //! CLEW_SUCCESS when the library was successfully loaded
int clewInit(const char* path) int clewInit(const char* path)
{ {
int error = 0; int error = 0;
......
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
</xsl:variable> </xsl:variable>
<xsl:choose> <xsl:choose>
<xsl:when test="$min-height - $pic-height &lt; 0.001"> <xsl:when test="$min-height - $pic-height &lt; 0.001">
<!-- If control goes here, it much like that this text-box is used for containt graphic caption only --> <!-- If control goes here, it much like that this text-box is used for contain graphic caption only -->
<xsl:value-of select="$pic-height - 0.1"/> <xsl:value-of select="$pic-height - 0.1"/>
</xsl:when> </xsl:when>
<xsl:otherwise> <xsl:otherwise>
......
...@@ -88,7 +88,7 @@ typedef enum { ...@@ -88,7 +88,7 @@ typedef enum {
osl_File_E_NOENT, /*!< no such file or directory */ osl_File_E_NOENT, /*!< no such file or directory */
osl_File_E_SRCH, /*!< no process matches the PID */ osl_File_E_SRCH, /*!< no process matches the PID */
osl_File_E_INTR, /*!< function call was interrupted */ osl_File_E_INTR, /*!< function call was interrupted */
osl_File_E_IO, /*!< I/O error occured */ osl_File_E_IO, /*!< I/O error occurred */
osl_File_E_NXIO, /*!< no such device or address */ osl_File_E_NXIO, /*!< no such device or address */
osl_File_E_2BIG, /*!< argument list too long */ osl_File_E_2BIG, /*!< argument list too long */
osl_File_E_NOEXEC, /*!< invalid executable file format */ osl_File_E_NOEXEC, /*!< invalid executable file format */
......
...@@ -58,7 +58,7 @@ public: ...@@ -58,7 +58,7 @@ public:
E_NOENT = osl_File_E_NOENT, ///< no such file or directory E_NOENT = osl_File_E_NOENT, ///< no such file or directory
E_SRCH = osl_File_E_SRCH, ///< no process matches the PID E_SRCH = osl_File_E_SRCH, ///< no process matches the PID
E_INTR = osl_File_E_INTR, ///< function call was interrupted E_INTR = osl_File_E_INTR, ///< function call was interrupted
E_IO = osl_File_E_IO, ///< I/O error occured E_IO = osl_File_E_IO, ///< I/O error occurred
E_NXIO = osl_File_E_NXIO, ///< no such device or address E_NXIO = osl_File_E_NXIO, ///< no such device or address
E_2BIG = osl_File_E_2BIG, ///< argument list too long E_2BIG = osl_File_E_2BIG, ///< argument list too long
E_NOEXEC = osl_File_E_NOEXEC, ///< invalid executable file format E_NOEXEC = osl_File_E_NOEXEC, ///< invalid executable file format
......
...@@ -620,7 +620,7 @@ published service Content ...@@ -620,7 +620,7 @@ published service Content
<tr> <tr>
<td>DocumentHeader</td> <td>DocumentHeader</td>
<td>sequence&lt; DocumentHeaderField &gt; </td> <td>sequence&lt; DocumentHeaderField &gt; </td>
<td>contains a sequence of documemt header fields (i.e. header <td>contains a sequence of document header fields (i.e. header
fields of a MIME-message, or the document info of an fields of a MIME-message, or the document info of an
office document ). For some standard header fields there office document ). For some standard header fields there
are predefined separate properties, like &quot;MessageTo&quot;. are predefined separate properties, like &quot;MessageTo&quot;.
......
...@@ -1654,7 +1654,7 @@ void SwHTMLParser::InsertInput() ...@@ -1654,7 +1654,7 @@ void SwHTMLParser::InsertInput()
aMacroTable.Insert( HTML_ET_ONCLICK_ITEM, *pMacro ); aMacroTable.Insert( HTML_ET_ONCLICK_ITEM, *pMacro );
aMacroTable.Erase( HTML_ET_ONCLICK ); aMacroTable.Erase( HTML_ET_ONCLICK );
} }
// evaluating SIZE shouldn't be neccessary here? // evaluating SIZE shouldn't be necessary here?
bMinWidth = bMinHeight = true; bMinWidth = bMinHeight = true;
} }
break; break;
......
...@@ -1074,7 +1074,7 @@ void WW8ListManager::AdjustLVL( sal_uInt8 nLevel, SwNumRule& rNumRule, ...@@ -1074,7 +1074,7 @@ void WW8ListManager::AdjustLVL( sal_uInt8 nLevel, SwNumRule& rNumRule,
} }
} }
// if neccessary: Append Bullet Font to NumFormat // if necessary: Append Bullet Font to NumFormat
if( SVX_NUM_CHAR_SPECIAL == aNumFormat.GetNumberingType() ) if( SVX_NUM_CHAR_SPECIAL == aNumFormat.GetNumberingType() )
{ {
...@@ -1253,7 +1253,7 @@ WW8ListManager::WW8ListManager(SvStream& rSt_, SwWW8ImplReader& rReader_) ...@@ -1253,7 +1253,7 @@ WW8ListManager::WW8ListManager(SvStream& rSt_, SwWW8ImplReader& rReader_)
break; break;
// 1.2.2 compare ItemPools and CHPx Settings of different Levels // 1.2.2 compare ItemPools and CHPx Settings of different Levels
// and create Style(s) if neccessary // and create Style(s) if necessary
for (sal_uInt16 nLevel = 0; nLevel < nLvlCount; ++nLevel) for (sal_uInt16 nLevel = 0; nLevel < nLvlCount; ++nLevel)
{ {
...@@ -1344,7 +1344,7 @@ WW8ListManager::WW8ListManager(SvStream& rSt_, SwWW8ImplReader& rReader_) ...@@ -1344,7 +1344,7 @@ WW8ListManager::WW8ListManager(SvStream& rSt_, SwWW8ImplReader& rReader_)
if( !pParentNumRule ) if( !pParentNumRule )
break; break;
// create name-prefix for NumRule-Name // create name-prefix for NumRule-Name
// and (if neccessary) for Style-Name // and (if necessary) for Style-Name
const OUString sPrefix("WW8NumSt" + OUString::number( nLfo + 1 )); const OUString sPrefix("WW8NumSt" + OUString::number( nLfo + 1 ));
// Now assign pNumRule its actual value!!! // Now assign pNumRule its actual value!!!
// (it contained the parent NumRule up to this point) // (it contained the parent NumRule up to this point)
...@@ -1413,7 +1413,7 @@ WW8ListManager::WW8ListManager(SvStream& rSt_, SwWW8ImplReader& rReader_) ...@@ -1413,7 +1413,7 @@ WW8ListManager::WW8ListManager(SvStream& rSt_, SwWW8ImplReader& rReader_)
else else
aLFOLVL.bStartAt = false; aLFOLVL.bStartAt = false;
// 2.2.2.2 load dedicated LVL if neccessary // 2.2.2.2 load dedicated LVL if necessary
SwNumFormat aNumFormat( SwNumFormat aNumFormat(
rLFOInfo.pNumRule->Get(aLFOLVL.nLevel)); rLFOInfo.pNumRule->Get(aLFOLVL.nLevel));
......
...@@ -243,7 +243,7 @@ const XMLPropertyMapEntry aXMLSDProperties[] = ...@@ -243,7 +243,7 @@ const XMLPropertyMapEntry aXMLSDProperties[] =
GMAP( "FontWorkHideForm", XML_NAMESPACE_DRAW, XML_FONTWORK_HIDE_FORM, XML_TYPE_BOOL, CTF_FONTWORK_HIDEFORM ), GMAP( "FontWorkHideForm", XML_NAMESPACE_DRAW, XML_FONTWORK_HIDE_FORM, XML_TYPE_BOOL, CTF_FONTWORK_HIDEFORM ),
GMAP( "FontWorkShadowTransparence", XML_NAMESPACE_DRAW, XML_FONTWORK_SHADOW_TRANSPARENCE, XML_TYPE_PERCENT, CTF_FONTWORK_SHADOWTRANSPARENCE ), GMAP( "FontWorkShadowTransparence", XML_NAMESPACE_DRAW, XML_FONTWORK_SHADOW_TRANSPARENCE, XML_TYPE_PERCENT, CTF_FONTWORK_SHADOWTRANSPARENCE ),
// control attributes (border exists one mor time for the text additions of shapes) // control attributes (border exists one more time for the text additions of shapes)
GMAP( "ControlSymbolColor", XML_NAMESPACE_DRAW, XML_SYMBOL_COLOR, XML_TYPE_COLOR, 0 ), GMAP( "ControlSymbolColor", XML_NAMESPACE_DRAW, XML_SYMBOL_COLOR, XML_TYPE_COLOR, 0 ),
GMAP( "ControlBackground", XML_NAMESPACE_FO, XML_BACKGROUND_COLOR, XML_TYPE_COLOR|MID_FLAG_MULTI_PROPERTY, 0 ), GMAP( "ControlBackground", XML_NAMESPACE_FO, XML_BACKGROUND_COLOR, XML_TYPE_COLOR|MID_FLAG_MULTI_PROPERTY, 0 ),
GMAP( "ControlBorder", XML_NAMESPACE_FO, XML_BORDER, XML_SD_TYPE_CONTROL_BORDER|MID_FLAG_MULTI_PROPERTY|MID_FLAG_MERGE_ATTRIBUTE, 0 ), GMAP( "ControlBorder", XML_NAMESPACE_FO, XML_BORDER, XML_SD_TYPE_CONTROL_BORDER|MID_FLAG_MULTI_PROPERTY|MID_FLAG_MERGE_ATTRIBUTE, 0 ),
......
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