summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-06-13 00:48:03 +0200
committerjan iversen <jani@documentfoundation.org>2016-06-13 06:04:07 +0000
commitd3c96c9f82f086b828f955f7dac030a942fc631d (patch)
treec1a0efb6f79c93538f2b0d7891ab9124812b4cc9 /include
parent76d4cda6170eedef3596ff6b5b9ef89b9c8d7c83 (diff)
Fix typos
Change-Id: Ic3efae53430fbb2c1eb7962c3cf69bf99315e55b Reviewed-on: https://gerrit.libreoffice.org/26202 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'include')
-rw-r--r--include/svx/svdcrtv.hxx2
-rw-r--r--include/vcl/pdfextoutdevdata.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/svdcrtv.hxx b/include/svx/svdcrtv.hxx
index da098aabf55f..ea3535cd4de0 100644
--- a/include/svx/svdcrtv.hxx
+++ b/include/svx/svdcrtv.hxx
@@ -144,7 +144,7 @@ public:
// Default = 5 Pixel
sal_uInt16 GetAutoCloseDistPix() const { return sal_uInt16(nAutoCloseDistPix); }
- // Setting for the minimum distantce in pixels between 2 bezier points when
+ // Setting for the minimum distance in pixels between 2 bezier points when
// creating a freehand line.
// Default = 10 Pixel
sal_uInt16 GetFreeHandMinDistPix() const { return sal_uInt16(nFreeHandMinDistPix); }
diff --git a/include/vcl/pdfextoutdevdata.hxx b/include/vcl/pdfextoutdevdata.hxx
index 48fab905194d..b69562d9489e 100644
--- a/include/vcl/pdfextoutdevdata.hxx
+++ b/include/vcl/pdfextoutdevdata.hxx
@@ -211,7 +211,7 @@ public:
*/
sal_Int32 CreateNamedDest( const OUString& sDestName, const Rectangle& rRect, sal_Int32 nPageNr = -1 );
- /** registers a destination for which a destinatin ID needs to be known immediately, instead of later on setting it via
+ /** registers a destination for which a destination ID needs to be known immediately, instead of later on setting it via
SetLinkDest.
This is used in contexts where a destination is referenced by means other than a link.