From a2ef65b09da20aa1d0c15b883a58056df2dbad6b Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 29 Dec 2017 00:35:10 +0100 Subject: Fix typos Change-Id: I0e56430afa65b6b5826d56212ac501c0244fce9b Reviewed-on: https://gerrit.libreoffice.org/47145 Tested-by: Jenkins Reviewed-by: Julien Nabet --- svtools/source/table/gridtablerenderer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svtools') 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); } -- cgit