summaryrefslogtreecommitdiff
path: root/dbaccess/source
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source')
-rw-r--r--dbaccess/source/ui/misc/HtmlReader.cxx2
-rw-r--r--dbaccess/source/ui/misc/RtfReader.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/misc/HtmlReader.cxx b/dbaccess/source/ui/misc/HtmlReader.cxx
index 1020cafc1477..2cf1497bff1f 100644
--- a/dbaccess/source/ui/misc/HtmlReader.cxx
+++ b/dbaccess/source/ui/misc/HtmlReader.cxx
@@ -121,7 +121,7 @@ SvParserState OHTMLReader::CallParser()
void OHTMLReader::NextToken( int nToken )
{
- if(m_bError || !m_nRows) // if there is an error or no more rows to check, return immediatelly
+ if(m_bError || !m_nRows) // if there is an error or no more rows to check, return immediately
return;
if ( nToken == HTML_META )
setTextEncoding();
diff --git a/dbaccess/source/ui/misc/RtfReader.cxx b/dbaccess/source/ui/misc/RtfReader.cxx
index 9dde360c0a8a..2b026c0d7b8a 100644
--- a/dbaccess/source/ui/misc/RtfReader.cxx
+++ b/dbaccess/source/ui/misc/RtfReader.cxx
@@ -99,7 +99,7 @@ SvParserState ORTFReader::CallParser()
void ORTFReader::NextToken( int nToken )
{
- if(m_bError || !m_nRows) // if there is an error or no more rows to check, return immediatelly
+ if(m_bError || !m_nRows) // if there is an error or no more rows to check, return immediately
return;
if(m_xConnection.is()) // names, which CTOR was called and hence, if a table should be created