summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svgio/source/svgreader/svgdocumenthandler.cxx2
-rw-r--r--sw/source/core/unocore/unofield.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/svgio/source/svgreader/svgdocumenthandler.cxx b/svgio/source/svgreader/svgdocumenthandler.cxx
index 062face81487..166e942fe6a0 100644
--- a/svgio/source/svgreader/svgdocumenthandler.cxx
+++ b/svgio/source/svgreader/svgdocumenthandler.cxx
@@ -101,7 +101,7 @@ namespace
}
}
- // remember new last corected character node
+ // remember new last corrected character node
pLast = pCharNode;
}
break;
diff --git a/sw/source/core/unocore/unofield.cxx b/sw/source/core/unocore/unofield.cxx
index 6d048c959410..bf114b3c7875 100644
--- a/sw/source/core/unocore/unofield.cxx
+++ b/sw/source/core/unocore/unofield.cxx
@@ -2610,7 +2610,7 @@ throw (uno::RuntimeException, std::exception)
const OUString sServiceName =
SwXServiceProvider::GetProviderName(m_pImpl->m_nServiceId);
- // case-corected version of service-name (see #i67811)
+ // case-corrected version of service-name (see #i67811)
// (need to supply both because of compatibility to older versions)
const OUString sServiceNameCC( OldNameToNewName_Impl( sServiceName ) );
sal_Int32 nLen = sServiceName == sServiceNameCC ? 2 : 3;