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

Fix typos

Change-Id: Ie4c8076dc48bc02af9308fbf20972df598306dbf
Reviewed-on: https://gerrit.libreoffice.org/48834Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 2618f21d
...@@ -255,7 +255,7 @@ public: ...@@ -255,7 +255,7 @@ public:
*/ */
bool isValidBcp47() const; bool isValidBcp47() const;
/** If this tag was contructed as an empty tag denoting the system locale. /** If this tag was constructed as an empty tag denoting the system locale.
*/ */
bool isSystemLocale() const { return mbSystemLocale;} bool isSystemLocale() const { return mbSystemLocale;}
......
...@@ -751,7 +751,7 @@ function getOutputDir() ...@@ -751,7 +751,7 @@ function getOutputDir()
stdout.WriteLine("\n Error: your specified output directory " + stdout.WriteLine("\n Error: your specified output directory " +
"\"" + sDir + "\" " + "\"" + sDir + "\" " +
"contains one or more spaces.\n That " + "contains one or more spaces.\n That " +
"causes problems with gnu make. Please specifiy" + "causes problems with gnu make. Please specify" +
" a directory without spaces."); " a directory without spaces.");
bSkip = true; bSkip = true;
} }
......
...@@ -383,7 +383,7 @@ public: ...@@ -383,7 +383,7 @@ public:
/** /**
Maps Etoken to character Maps Etoken to character
Used for retrieving characters for parantheses and separators. Used for retrieving characters for parentheses and separators.
@param _eToken @param _eToken
token for which, the corresponding character is retrieved token for which, the corresponding character is retrieved
......
...@@ -178,7 +178,7 @@ bool ScTableLink::Refresh(const OUString& rNewFile, const OUString& rNewFilter, ...@@ -178,7 +178,7 @@ bool ScTableLink::Refresh(const OUString& rNewFile, const OUString& rNewFilter,
// if new filter has been selected, forget options // if new filter has been selected, forget options
if (aFilterName != rNewFilter) if (aFilterName != rNewFilter)
aOptions.clear(); aOptions.clear();
if ( pNewOptions ) // options hard-specfied? if ( pNewOptions ) // options hard-specified?
aOptions = *pNewOptions; aOptions = *pNewOptions;
// always create ItemSet, so that DocShell can set the options // always create ItemSet, so that DocShell can set the options
......
...@@ -1023,7 +1023,7 @@ bool SwFEShell::GetFlyFrameAttr( SfxItemSet &rSet ) const ...@@ -1023,7 +1023,7 @@ bool SwFEShell::GetFlyFrameAttr( SfxItemSet &rSet ) const
if ( RndStdIds::FLY_AT_PAGE != eType ) if ( RndStdIds::FLY_AT_PAGE != eType )
{ {
// OD 12.11.2003 #i22341# - content anchor of anchor item is needed. // OD 12.11.2003 #i22341# - content anchor of anchor item is needed.
// Thus, don't overwrite anchor item by default contructed anchor item. // Thus, don't overwrite anchor item by default constructed anchor item.
if ( RndStdIds::FLY_AS_CHAR == eType ) if ( RndStdIds::FLY_AS_CHAR == eType )
{ {
rSet.ClearItem( RES_OPAQUE ); rSet.ClearItem( RES_OPAQUE );
......
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