diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-02-09 12:36:49 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-02-09 19:17:29 +0100 |
commit | ff1544883f5daa96a27319a229a7ba94d34e1dda (patch) | |
tree | 0f9d2abff53347172487552f7c52ce0991caea2d /include | |
parent | 618084819babc839510860b74b36631749093c4c (diff) |
Fix typos
Change-Id: I82405059d900b6605075bf5756f3f0fb99e9002e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129451
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/oox/shape/ShapeContextHandler.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/shape/ShapeContextHandler.hxx b/include/oox/shape/ShapeContextHandler.hxx index a245224730ed..d79ae4d17a1f 100644 --- a/include/oox/shape/ShapeContextHandler.hxx +++ b/include/oox/shape/ShapeContextHandler.hxx @@ -118,7 +118,7 @@ private: std::stack<sal_uInt32> mnStartTokenStack; css::awt::Point maPosition; - bool m_bFullWPGSUpport; // Is this DrawingML shape supposed to be proccessed as WPG? + bool m_bFullWPGSUpport; // Is this DrawingML shape supposed to be processed as WPG? drawingml::ShapePtr mpShape; std::shared_ptr< vml::Drawing > mpDrawing; |