diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 09:57:29 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:17 +0200 |
commit | 2a4b6a6e6f22c0de19971c77f67baa75e3a33e60 (patch) | |
tree | 13a0e8ca5e657473ff5928cd78d68c772025539a | |
parent | 68ae78c3c27061408493cedb3b8c579daacf81b2 (diff) |
typo: currect -> current
-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 ) { |