From 638b6d7e0b8740d53c88dcde0c2b743a2184ccfa Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 30 Sep 2015 13:01:56 +0200 Subject: Fix typos Change-Id: I8e9c6c72c89411d8de04e5edd9317cd54f7c472a Reviewed-on: https://gerrit.libreoffice.org/18958 Reviewed-by: Samuel Mehrbrodt Tested-by: Samuel Mehrbrodt --- include/vcl/settings.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vcl/settings.hxx') diff --git a/include/vcl/settings.hxx b/include/vcl/settings.hxx index c7cb634a5d29..c08fe15ecb25 100644 --- a/include/vcl/settings.hxx +++ b/include/vcl/settings.hxx @@ -617,7 +617,7 @@ public: // the default LineWidth for ListBox UI previews (LineStyle, LineDash, LineStartEnd). Default is 1. sal_uInt16 GetListBoxPreviewDefaultLineWidth() const; - // defines if previews which containn potentially transparent objects (e.g. the dash/line/LineStartEnd previews and others) + // defines if previews which contain potentially transparent objects (e.g. the dash/line/LineStartEnd previews and others) // use the default transparent visualization background (checkered background) as it has got standard in graphic programs nowadays void SetPreviewUsesCheckeredBackground(bool bNew); bool GetPreviewUsesCheckeredBackground() const; -- cgit