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 | |
parent | b174251ca6e8f2fd2059fdf340c38e67d1dec3b2 (diff) |
Typos
Change-Id: I7a161afb520c3f26be0d5846a3ef2300c558a7d2
Diffstat (limited to 'include')
-rw-r--r-- | include/svl/zforlist.hxx | 2 | ||||
-rw-r--r-- | include/vcl/pdfextoutdevdata.hxx | 4 | ||||
-rw-r--r-- | include/vcl/pdfwriter.hxx | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/include/svl/zforlist.hxx b/include/svl/zforlist.hxx index 932fd8615907..0ca556598823 100644 --- a/include/svl/zforlist.hxx +++ b/include/svl/zforlist.hxx @@ -622,7 +622,7 @@ public: /** Set TwoDigitYearStart, how the input string scanner handles a two digit year. Default from VCL: 1930, 30-99 19xx, 00-29 20xx - <p> Historically (prior to src513e) it was a two digit number determing + <p> Historically (prior to src513e) it was a two digit number determining until which number the string scanner recognizes a year to be 20xx, default <= 29 is used by SFX/OfaMiscCfg. The name Year2000 is kept although the actual functionality is now a 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 |