From 5d5dc059cb4b88fe19e5d92e7d9b9ae581afce98 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 26 Jun 2015 18:06:52 +0200 Subject: Fix typos Change-Id: I80995af6459af9f647e66d1c85da2eedad2647b9 Reviewed-on: https://gerrit.libreoffice.org/16523 Tested-by: Jenkins Reviewed-by: Julien Nabet --- vcl/source/window/toolbox2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl') diff --git a/vcl/source/window/toolbox2.cxx b/vcl/source/window/toolbox2.cxx index 585cdb7a2dce..856b807c6782 100644 --- a/vcl/source/window/toolbox2.cxx +++ b/vcl/source/window/toolbox2.cxx @@ -275,7 +275,7 @@ void ImplToolItem::DetermineButtonDrawStyle( ButtonType eButtonType, bool& rbIma bHasText = true; // prefer images if symbolonly buttons are drawn - // prefer texts if textonly buttons are dreawn + // prefer texts if textonly buttons are drawn if ( eButtonType == ButtonType::SYMBOLONLY ) // drawing icons only { -- cgit