summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-12-29 00:35:10 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-12-29 09:56:34 +0100
commita2ef65b09da20aa1d0c15b883a58056df2dbad6b (patch)
treea52d189d8b2a0eedfdf7fd126736af49ef9d3624 /svtools
parentd0222ba1fd7617b793e1e513247b11a82eb22f4e (diff)
Fix typos
Change-Id: I0e56430afa65b6b5826d56212ac501c0244fce9b Reviewed-on: https://gerrit.libreoffice.org/47145 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/table/gridtablerenderer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/table/gridtablerenderer.cxx b/svtools/source/table/gridtablerenderer.cxx
index a3d6e84ddb1b..aadc04e61a88 100644
--- a/svtools/source/table/gridtablerenderer.cxx
+++ b/svtools/source/table/gridtablerenderer.cxx
@@ -385,7 +385,7 @@ namespace svt { namespace table
DrawTextFlags nDrawTextFlags = lcl_getAlignmentTextDrawFlags(*m_pImpl, 0) | DrawTextFlags::Clip;
if (!m_pImpl->rModel.isEnabled())
nDrawTextFlags |= DrawTextFlags::Disable;
- // TODO: is using the horizontal alignment of the 0'th column a good idea here? This is pretty ... arbitray ..
+ // TODO: is using the horizontal alignment of the 0'th column a good idea here? This is pretty ... arbitrary ..
rRenderContext.DrawText(aTextRect, rowTitle, nDrawTextFlags);
}