summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2017-01-24 12:56:13 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2017-01-25 06:05:54 +0000
commit6d898945d57b53b862c41a3adbd0d4eddd8dfbcd (patch)
treef25cdb30411048df0b5dac05bb80dea50898c703 /dbaccess
parentuse tools::SvRef in ScSpellDialogChildWindow (diff)
downloadcore-6d898945d57b53b862c41a3adbd0d4eddd8dfbcd.tar.gz
core-6d898945d57b53b862c41a3adbd0d4eddd8dfbcd.zip
Fix typo in comments: relativ -> relative
Change-Id: I58833e503e93b8057f92710c5828bba6cecd4e09 Reviewed-on: https://gerrit.libreoffice.org/33488 Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp> Tested-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/misc/HtmlReader.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/misc/HtmlReader.cxx b/dbaccess/source/ui/misc/HtmlReader.cxx
index ade33d9dbef2..a2aaf9d03340 100644
--- a/dbaccess/source/ui/misc/HtmlReader.cxx
+++ b/dbaccess/source/ui/misc/HtmlReader.cxx
@@ -390,7 +390,7 @@ sal_Int16 OHTMLReader::GetWidthPixel( const HTMLOption& rOption )
else
{
if ( rOptVal.indexOf('*') != -1 )
- { // relativ to what?!?
+ { // relative to what?!?
//TODO: collect ColArray of all relevant values and then MakeCol
return 0;
}