summaryrefslogtreecommitdiffstats
path: root/basctl/source/basicide/linenumberwindow.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-29 17:42:11 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-30 05:53:57 +0000
commit9e4c87be31732ed076a059128d2e20451697d225 (patch)
treebfab650dd6d21ac6bbcf0e592ec6bc2e7655acbe /basctl/source/basicide/linenumberwindow.cxx
parentFix typos (diff)
downloadcore-9e4c87be31732ed076a059128d2e20451697d225.tar.gz
core-9e4c87be31732ed076a059128d2e20451697d225.zip
Fix typos
Change-Id: Ie0e941d48457d758525353d6c5cf858652f86fd3 Reviewed-on: https://gerrit.libreoffice.org/18938 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'basctl/source/basicide/linenumberwindow.cxx')
-rw-r--r--basctl/source/basicide/linenumberwindow.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/linenumberwindow.cxx b/basctl/source/basicide/linenumberwindow.cxx
index d1b96102adc2..298f4d02bf6a 100644
--- a/basctl/source/basicide/linenumberwindow.cxx
+++ b/basctl/source/basicide/linenumberwindow.cxx
@@ -69,7 +69,7 @@ void LineNumberWindow::Paint( vcl::RenderContext& rRenderContext, const Rectangl
// rather than doing that re-calculation at each Paint event
m_nBaseWidth = GetTextWidth("8");
- // reserve enough for 3 digit minimum, with a bit to spare for confort
+ // reserve enough for 3 digit minimum, with a bit to spare for comfort
m_nWidth = m_nBaseWidth * 3 + m_nBaseWidth / 2;
sal_uInt32 i = (nEndLine + 1) / 1000;
while (i)