diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-12-12 23:46:34 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-12-12 23:46:34 +0100 |
commit | ded7c4ba3212b65fcc63c0d0a4bb1e725a6e0465 (patch) | |
tree | 9d2d9baebee260d85fc9e00d0d5dccc43ff08c53 /include/vcl | |
parent | b174251ca6e8f2fd2059fdf340c38e67d1dec3b2 (diff) |
Typos
Change-Id: I7a161afb520c3f26be0d5846a3ef2300c558a7d2
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/pdfextoutdevdata.hxx | 4 | ||||
-rw-r--r-- | include/vcl/pdfwriter.hxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/include/vcl/pdfextoutdevdata.hxx b/include/vcl/pdfextoutdevdata.hxx index 477f66816851..265a5b328a76 100644 --- a/include/vcl/pdfextoutdevdata.hxx +++ b/include/vcl/pdfextoutdevdata.hxx @@ -337,7 +337,7 @@ public: For pagination artifacts that are not part of the logical structure of the document (like header, footer or page number) the special StructElement NonStructElement exists. To place content - outside of the struture tree simply call + outside of the structure tree simply call BeginStructureElement( NonStructElement ) then draw your content and then call EndStructureElement(). Any children of a NonStructElement will not be part of the structure as well. @@ -478,7 +478,7 @@ public: will be cast to the type described by the type member. @param rControlType - a descendant of AnyWidget determing the control's properties + a descendant of AnyWidget determining the control's properties @param nPageNr the page number to apply the effect to; -1 denotes the current page diff --git a/include/vcl/pdfwriter.hxx b/include/vcl/pdfwriter.hxx index d3d0fdb2d7a1..9d7304dc6be5 100644 --- a/include/vcl/pdfwriter.hxx +++ b/include/vcl/pdfwriter.hxx @@ -1102,7 +1102,7 @@ The following structure describes the permissions used in PDF security For pagination artifacts that are not part of the logical structure of the document (like header, footer or page number) the special StructElement NonStructElement exists. To place content - outside of the struture tree simply call + outside of the structure tree simply call BeginStructureElement( NonStructElement ) then draw your content and then call EndStructureElement(). All children of a NonStructElement will not be part of the structure. @@ -1257,7 +1257,7 @@ The following structure describes the permissions used in PDF security will be cast to the type described by the type member. @param rControlType - a descendant of AnyWidget determing the control's properties + a descendant of AnyWidget determining the control's properties @param nPageNr the page number to apply the effect to; -1 denotes the current page |