diff options
-rw-r--r-- | reportdesign/source/ui/inc/ReportSection.hxx | 2 | ||||
-rw-r--r-- | xmloff/source/text/txtparae.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/ui/inc/ReportSection.hxx b/reportdesign/source/ui/inc/ReportSection.hxx index 24e9e03225e1..59711714891f 100644 --- a/reportdesign/source/ui/inc/ReportSection.hxx +++ b/reportdesign/source/ui/inc/ReportSection.hxx @@ -154,7 +154,7 @@ namespace rptui void createDefault(const OUString& _sType,SdrObject* _pObj); void stopScrollTimer(); - /** deactivate the currect active ole object if any + /** deactivate the current active ole object if any */ void deactivateOle(); diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx index 7af9677ce874..0e717315e8a1 100644 --- a/xmloff/source/text/txtparae.cxx +++ b/xmloff/source/text/txtparae.cxx @@ -3515,7 +3515,7 @@ void XMLTextParagraphExport::exportText( const OUString& rText, nSpaceChars++; rPrevCharIsSpace = bCurrCharIsSpace; - // If the currect character is not exported as text, the start + // If the current character is not exported as text, the start // position for text is the position behind the current position. if( !bExpCharAsText ) { |