diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-23 16:28:03 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-23 23:38:57 +0200 |
commit | e1328b89fa87cbb333c096bf229a810317f25bc3 (patch) | |
tree | b6a784be4261b559f42e7e741685641960c39a78 /sdext | |
parent | 2a1e975f4fa67162f3c7b37939fa0a3b771376f5 (diff) |
Fix typos
Change-Id: If0d8f4033d9bc20f521d33d732fb349f0df5eeef
Reviewed-on: https://gerrit.libreoffice.org/57822
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/presenter/PresenterViewFactory.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterViewFactory.hxx b/sdext/source/presenter/PresenterViewFactory.hxx index 6c944b21354a..7e95372ba0e2 100644 --- a/sdext/source/presenter/PresenterViewFactory.hxx +++ b/sdext/source/presenter/PresenterViewFactory.hxx @@ -46,7 +46,7 @@ public: virtual void ActivatePresenterView(); /** Called when the view is put into a cache. The view must not paint - itself while being deactive. + itself while being deactivated. */ virtual void DeactivatePresenterView(); |