diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-12 10:12:53 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-12 10:32:11 +0200 |
commit | a64402bbdc246c52097acf79e14d7bf58db65217 (patch) | |
tree | 829a8c758ed9ad91554823503364749a7e55b62a /slideshow | |
parent | 0a3a24a27bd7ed6792ec49f16a10ea2a05f1402a (diff) |
Fix typos
Change-Id: I20fe5f960c1df94c0b53e7edf33194e60f69bc74
Reviewed-on: https://gerrit.libreoffice.org/75472
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/inc/expressionnode.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/inc/expressionnode.hxx b/slideshow/source/inc/expressionnode.hxx index 9af9e1f9e202..2928f0f7ae88 100644 --- a/slideshow/source/inc/expressionnode.hxx +++ b/slideshow/source/inc/expressionnode.hxx @@ -65,7 +65,7 @@ namespace slideshow This predicate returns true, if this node is neither time- nor ViewInfo dependent. This allows - for certain obtimizations, i.e. not the full + for certain optimizations, i.e. not the full expression tree needs be represented by ExpressionNodes. |