From feeb8ccfe1aff373e158b64f76e35da1a4e295c0 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 24 Mar 2017 11:44:02 +0100 Subject: Fix typos Change-Id: Ia8bd59be341b0731198d48df974b60ecb04e289c Reviewed-on: https://gerrit.libreoffice.org/35635 Tested-by: Jenkins Reviewed-by: Julien Nabet --- include/vcl/pdfwriter.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vcl/pdfwriter.hxx') diff --git a/include/vcl/pdfwriter.hxx b/include/vcl/pdfwriter.hxx index f0fcea832b6c..7fbcebf7d149 100644 --- a/include/vcl/pdfwriter.hxx +++ b/include/vcl/pdfwriter.hxx @@ -225,7 +225,7 @@ public: WidgetType Type; // primitive RTTI public: OUString Name; // a distinct name to identify the control - OUString Description;// descriptive text for the contro (e.g. for tool tip) + OUString Description;// descriptive text for the control (e.g. for tool tip) OUString Text; // user text to appear on the control DrawTextFlags TextStyle; // style flags bool ReadOnly; -- cgit