summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sfx2/source/control/dispatch.cxx2
-rw-r--r--xmloff/source/text/txtimp.cxx4
-rw-r--r--xmloff/source/text/txtstyli.cxx2
3 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/control/dispatch.cxx b/sfx2/source/control/dispatch.cxx
index 739336a8859c..9c6f3c5200c2 100644
--- a/sfx2/source/control/dispatch.cxx
+++ b/sfx2/source/control/dispatch.cxx
@@ -465,7 +465,7 @@ IMPL_LINK_NOARG( SfxDispatcher, EventHdl_Impl, Timer *, void )
flushed.
This method is intended among other things to make assertions possible
- without the side effect of having to flush the SfxDispathcer.
+ without the side effect of having to flush the SfxDispatcher.
*/
bool SfxDispatcher::CheckVirtualStack(const SfxShell& rShell)
{
diff --git a/xmloff/source/text/txtimp.cxx b/xmloff/source/text/txtimp.cxx
index 367741953b49..a1380ac7f57b 100644
--- a/xmloff/source/text/txtimp.cxx
+++ b/xmloff/source/text/txtimp.cxx
@@ -65,7 +65,7 @@
#include <PageMasterStyleMap.hxx>
#include <PageMasterPropHdlFactory.hxx>
#include <PageMasterPropMapper.hxx>
-// XML import: reconstrution of assignment of paragraph style to outline levels (#i69629#)
+// XML import: reconstruction of assignment of paragraph style to outline levels (#i69629#)
#include <com/sun/star/beans/XPropertyState.hpp>
#include <txtlists.hxx>
#include <xmloff/odffields.hxx>
@@ -605,7 +605,7 @@ struct XMLTextImportHelper::Impl
bool const bProgress, bool const bBlockMode,
bool const bOrganizerMode)
: m_xTextListsHelper( new XMLTextListsHelper() )
- // XML import: reconstrution of assignment of paragraph style to outline levels (#i69629#)
+ // XML import: reconstruction of assignment of paragraph style to outline levels (#i69629#)
, m_xServiceFactory( rModel, UNO_QUERY )
, m_rSvXMLImport( rImport )
, m_bInsertMode( bInsertMode )
diff --git a/xmloff/source/text/txtstyli.cxx b/xmloff/source/text/txtstyli.cxx
index b475423f4509..7d15c874eeea 100644
--- a/xmloff/source/text/txtstyli.cxx
+++ b/xmloff/source/text/txtstyli.cxx
@@ -219,7 +219,7 @@ void XMLTextStyleContext::CreateAndInsert( bool bOverwrite )
m_xEventContext.clear();
}
- // XML import: reconstrution of assignment of paragraph style to outline levels (#i69629#)
+ // XML import: reconstruction of assignment of paragraph style to outline levels (#i69629#)
if (m_nOutlineLevel > 0)
{
GetImport().GetTextImport()->AddOutlineStyleCandidate(m_nOutlineLevel,