summaryrefslogtreecommitdiff
path: root/include/vcl/pdfwriter.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 11:44:02 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 17:20:17 +0000
commitfeeb8ccfe1aff373e158b64f76e35da1a4e295c0 (patch)
tree890e7ea67c70fde2afc41e1c657e1035feed98a7 /include/vcl/pdfwriter.hxx
parentddc1429bf34bff7457849fbd6ff6cc96b87bfbba (diff)
Fix typos
Change-Id: Ia8bd59be341b0731198d48df974b60ecb04e289c Reviewed-on: https://gerrit.libreoffice.org/35635 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/vcl/pdfwriter.hxx')
-rw-r--r--include/vcl/pdfwriter.hxx2
1 files changed, 1 insertions, 1 deletions
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;