From 9ed033917b0bdaeb663395224a5e5b8b20a67169 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 19 Jun 2015 14:03:27 +0200 Subject: Fix typos Change-Id: I2297bf392a405f02be2450f4624f1c9fc0b512ce Reviewed-on: https://gerrit.libreoffice.org/16373 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- svx/source/tbxctrls/grafctrl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx') diff --git a/svx/source/tbxctrls/grafctrl.cxx b/svx/source/tbxctrls/grafctrl.cxx index cb5add9fe78c..5c1d763988be 100644 --- a/svx/source/tbxctrls/grafctrl.cxx +++ b/svx/source/tbxctrls/grafctrl.cxx @@ -270,7 +270,7 @@ ImplGrafControl::ImplGrafControl( maImage->SetImage( aImage ); maImage->SetSizePixel( aImgSize ); - // we want to see the backbround of the toolbox, not of the FixedImage or Control + // we want to see the background of the toolbox, not of the FixedImage or Control maImage->SetBackground( Wallpaper( COL_TRANSPARENT ) ); SetBackground( Wallpaper( COL_TRANSPARENT ) ); -- cgit