From 2a4b6a6e6f22c0de19971c77f67baa75e3a33e60 Mon Sep 17 00:00:00 2001
From: Thomas Arnhold <thomas@arnhold.org>
Date: Thu, 10 Apr 2014 09:57:29 +0200
Subject: typo: currect -> current

---
 reportdesign/source/ui/inc/ReportSection.hxx | 2 +-
 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 )
         {
-- 
cgit