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

Fix typos

Change-Id: If6e6df9ac592c77f19e381e50b7eb26fbf429f61
Reviewed-on: https://gerrit.libreoffice.org/57831Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
üst 52f98086
......@@ -1818,7 +1818,7 @@ void SbiRuntime::StepSET_Impl( SbxVariableRef& refVal, SbxVariableRef& refVar, b
// LHS try determine if a default prop exists
// again like in StepPUT (see there too ) we are tweaking the
// heuristics again for when to assign an object reference or
// use default memebers if they exists
// use default members if they exist
// #FIXME we really need to get to the bottom of this mess
bool bObjAssign = false;
if ( refVar->GetType() == SbxOBJECT )
......
......@@ -441,7 +441,7 @@ Author: Oliver Bolte <obo@openoffice.org>
Date: Tue Jan 11 10:18:37 2005 +0000
INTEGRATION: CWS i18n15 (1.16.4); FILE MERGED
2004/10/07 18:19:11 khong 1.16.4.1: #i33756# update Hangarian breakiterator
2004/10/07 18:19:11 khong 1.16.4.1: #i33756# update Hungarian breakiterator
commit d2a6a31e6981800c2a920f8c6ff901c341a0466e
Author: Kurt Zenker <kz@openoffice.org>
......@@ -509,7 +509,7 @@ Date: Wed Mar 17 08:02:01 2004 +0000
INTEGRATION: CWS i18n11 (1.12.14); FILE MERGED
2004/02/10 14:21:13 er 1.12.14.3: RESYNC: (1.12-1.13); FILE MERGED
2004/02/05 16:45:30 khong 1.12.14.2: #i24850# fix the problem in previousCharBlock, when target char block is in poistion 1
2004/02/05 16:45:30 khong 1.12.14.2: #i24850# fix the problem in previousCharBlock, when target char block is in position 1
2004/02/04 02:13:48 khong 1.12.14.1: #i24098# check boundary condition for Sentence, Script, CharBlock breakiterator
commit 4da98b648497af30de0fcf1a16e649ce18b0564f
......
......@@ -76,7 +76,7 @@ private:
sal_uInt32 m_nSize; //Data size
bool m_bCompressed;
//localize the following memebers to save memory
//localize the following members to save memory
//sal_uInt8 m_nFlagBits;
//sal_uInt32 m_nVersionID;
//sal_uInt32 m_nRefCount;
......
......@@ -6368,7 +6368,7 @@ void SwUiWriterTest::testFontEmbedding()
xStorable->storeToURL(aTempFile.GetURL(), aDescriptor);
CPPUNIT_ASSERT(aTempFile.IsValid());
// Check setting - No font enbedding should be enabled
// Check setting - No font embedding should be enabled
pXmlDoc = parseExportInternal(aTempFile.GetURL(),"settings.xml");
CPPUNIT_ASSERT(pXmlDoc);
assertXPathContent(pXmlDoc, aSettingsBaseXpath + "/config:config-item[@config:name='EmbedFonts']", "false");
......
......@@ -708,7 +708,7 @@ public:
/// Setter for pISet.
void SetCurItemSet( const SfxItemSet* pS ) { m_pISet = pS; }
/// Remember some of the memebers so that we can recurse in WriteText().
/// Remember some of the members so that we can recurse in WriteText().
virtual void SaveData( sal_uLong nStt, sal_uLong nEnd );
/// Restore what was saved in SaveData().
......@@ -1149,7 +1149,7 @@ public:
SwWW8Writer& GetWriter() const { return *m_pWriter; }
SvStream& Strm() const { return m_pWriter->Strm(); }
/// Remember some of the memebers so that we can recurse in WriteText().
/// Remember some of the members so that we can recurse in WriteText().
virtual void SaveData( sal_uLong nStt, sal_uLong nEnd ) override;
/// Restore what was saved in SaveData().
......
......@@ -182,7 +182,7 @@ IMPL_LINK_NOARG(SwInsTableDlg, SelFormatHdl, weld::TreeView&, void)
lbIndex = static_cast<sal_uInt8>(m_xLbFormat->get_selected_index());
tbIndex = lbIndexToTableIndex( lbIndex );
// To understand this index maping, look InitAutoTableFormat function to
// To understand this index mapping, look InitAutoTableFormat function to
// see how listbox item is implemented.
if( tbIndex < 255 )
m_aWndPreview.NotifyChange( (*pTableTable)[tbIndex] );
......
......@@ -127,7 +127,7 @@ IMPL_LINK_NOARG(VbaTimer, MacroCallHdl, Timer *, void)
{}
}
// mast be the last call in the method since it deletes the timer
// must be the last call in the method since it deletes the timer
try
{
m_xBase->OnTime( uno::makeAny( m_aTimerInfo.second.first ), m_aTimerInfo.first, uno::makeAny( m_aTimerInfo.second.second ), uno::makeAny( false ) );
......
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