diff options
-rw-r--r-- | basic/source/runtime/runtime.cxx | 2 | ||||
-rw-r--r-- | i18npool/source/breakiterator/data/README | 4 | ||||
-rw-r--r-- | lotuswordpro/inc/lwpobjhdr.hxx | 2 | ||||
-rw-r--r-- | sw/qa/extras/uiwriter/uiwriter.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/ww8/wrtww8.hxx | 4 | ||||
-rw-r--r-- | sw/source/ui/table/instable.cxx | 2 | ||||
-rw-r--r-- | vbahelper/source/vbahelper/vbaapplicationbase.cxx | 2 |
7 files changed, 9 insertions, 9 deletions
diff --git a/basic/source/runtime/runtime.cxx b/basic/source/runtime/runtime.cxx index 9f242dab4ba8..99612cbee157 100644 --- a/basic/source/runtime/runtime.cxx +++ b/basic/source/runtime/runtime.cxx @@ -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 ) diff --git a/i18npool/source/breakiterator/data/README b/i18npool/source/breakiterator/data/README index 63f25a1ccd07..6246b80ae77f 100644 --- a/i18npool/source/breakiterator/data/README +++ b/i18npool/source/breakiterator/data/README @@ -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 diff --git a/lotuswordpro/inc/lwpobjhdr.hxx b/lotuswordpro/inc/lwpobjhdr.hxx index 7c270aff5d34..12c4169bf8e8 100644 --- a/lotuswordpro/inc/lwpobjhdr.hxx +++ b/lotuswordpro/inc/lwpobjhdr.hxx @@ -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; diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx b/sw/qa/extras/uiwriter/uiwriter.cxx index dbbacfa82639..6513d71bf006 100644 --- a/sw/qa/extras/uiwriter/uiwriter.cxx +++ b/sw/qa/extras/uiwriter/uiwriter.cxx @@ -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"); diff --git a/sw/source/filter/ww8/wrtww8.hxx b/sw/source/filter/ww8/wrtww8.hxx index a60b21f12c86..df66ce5f37aa 100644 --- a/sw/source/filter/ww8/wrtww8.hxx +++ b/sw/source/filter/ww8/wrtww8.hxx @@ -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(). diff --git a/sw/source/ui/table/instable.cxx b/sw/source/ui/table/instable.cxx index 82dff402d7dd..03935c050586 100644 --- a/sw/source/ui/table/instable.cxx +++ b/sw/source/ui/table/instable.cxx @@ -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] ); diff --git a/vbahelper/source/vbahelper/vbaapplicationbase.cxx b/vbahelper/source/vbahelper/vbaapplicationbase.cxx index 84b193ee9c1f..c10ce37aef61 100644 --- a/vbahelper/source/vbahelper/vbaapplicationbase.cxx +++ b/vbahelper/source/vbahelper/vbaapplicationbase.cxx @@ -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 ) ); |