summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-08-13 17:06:41 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-08-13 21:47:25 +0200
commitff0d1b150ed6ca05f021daac52e5fcae8d9265ad (patch)
tree895571122b6e034aaab56eb94169296401d44cd3 /include
parent83709f8af41c7ec7bcd727b8001d84a9e67c1e55 (diff)
Fix typos
Change-Id: Ie3baa2f843a98c1edc523050db53beaa2c803394 Reviewed-on: https://gerrit.libreoffice.org/58801 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'include')
-rw-r--r--include/basegfx/matrix/b2dhommatrixtools.hxx2
-rw-r--r--include/filter/msfilter/svdfppt.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/basegfx/matrix/b2dhommatrixtools.hxx b/include/basegfx/matrix/b2dhommatrixtools.hxx
index 3bc3627dfbf5..6061e68cc811 100644
--- a/include/basegfx/matrix/b2dhommatrixtools.hxx
+++ b/include/basegfx/matrix/b2dhommatrixtools.hxx
@@ -63,7 +63,7 @@ namespace basegfx
/** Tooling methods for faster completely combined matrix creation
when scale, shearX, rotation and translation needs to be done in
- exactly that order. It's faster since it direcly calculates
+ exactly that order. It's faster since it directly calculates
each matrix value based on a symbolic calculation of the three
matrix multiplications.
Inline versions for parameters as tuples added, too.
diff --git a/include/filter/msfilter/svdfppt.hxx b/include/filter/msfilter/svdfppt.hxx
index dd220f9bcc3e..6fba3b703a6b 100644
--- a/include/filter/msfilter/svdfppt.hxx
+++ b/include/filter/msfilter/svdfppt.hxx
@@ -189,7 +189,7 @@ struct MSFILTER_DLLPUBLIC PptDocumentAtom
sal_uInt32 nHandoutMasterPersist; // 0=non-existent
sal_uInt16 n1stPageNumber; // page number of the first slide
PptPageFormat eSlidesPageFormat; // page format of the slides
- bool bEmbeddedTrueType : 1; // TrueType direcly within the File?
+ bool bEmbeddedTrueType : 1; // TrueType directly within the File?
bool bTitlePlaceholdersOmitted : 1;
bool bRightToLeft : 1;
bool bShowComments : 1;