From 5ce761d8f8ff2041fab11a652bfa9655dbe19f5b Mon Sep 17 00:00:00 2001 From: Andrea Gelmini <andrea.gelmini@gelma.net> Date: Wed, 11 Dec 2019 12:34:47 +0100 Subject: 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> --- include/vcl/pdfextoutdevdata.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vcl') 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 -- cgit