diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-04-01 16:57:11 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-04-13 23:22:51 +0200 |
commit | 2176c7829d1d925c0beb4586e1620ea513302390 (patch) | |
tree | 1bb33e7df64323ac9e7c9686d8352b6102208899 /svx | |
parent | 70ebdb5919c21749a8422beff8c885bac38c5d77 (diff) |
Fix typos
Change-Id: If4bc1698af2a43a2dbc45b8518c0f5b736d6abaf
Reviewed-on: https://gerrit.libreoffice.org/52278
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/graphctl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/graphctl.cxx b/svx/source/dialog/graphctl.cxx index 07ff51e01fd9..568827f303f5 100644 --- a/svx/source/dialog/graphctl.cxx +++ b/svx/source/dialog/graphctl.cxx @@ -222,7 +222,7 @@ void GraphCtrl::Resize() void GraphCtrl::Paint( vcl::RenderContext& rRenderContext, const tools::Rectangle& rRect) { - // #i72889# used splitted repaint to be able to paint an own background + // #i72889# used split repaint to be able to paint an own background // even to the buffered view const bool bGraphicValid(GraphicType::NONE != aGraphic.GetType()); |