diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-12-11 12:34:47 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-12-11 14:09:25 +0100 |
commit | 5ce761d8f8ff2041fab11a652bfa9655dbe19f5b (patch) | |
tree | ef3d055756affd4cbb68cfa36b5bb6316faad2f8 /include/vcl | |
parent | 1b2367e91529d04d0d5508f118aa855c1c9fde5c (diff) |
Fix typo
Change-Id: I4a98f3c835564bd9cb667ce6f3425ce0a5223784
Reviewed-on: https://gerrit.libreoffice.org/84940
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/pdfextoutdevdata.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/pdfextoutdevdata.hxx b/include/vcl/pdfextoutdevdata.hxx index e991d5cb2562..ea5466b8610f 100644 --- a/include/vcl/pdfextoutdevdata.hxx +++ b/include/vcl/pdfextoutdevdata.hxx @@ -369,7 +369,7 @@ public: <p> For different purposes it may be useful to paint a structure element's - content discontinously. In that case an already existing structure element + content discontinuously. In that case an already existing structure element can be appended to by using SetCurrentStructureElement. The referenced structure element becomes the current structure element with all consequences: all following structure elements are appended as children |