diff options
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()); |