summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-08 10:43:28 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-07-11 10:55:02 +0200
commit48a035ba501c122e740c160be86730d02226e107 (patch)
treefa56303bbaa88b0e1329515fcb84b10ef3319904
parentFix typo (diff)
downloadcore-48a035ba501c122e740c160be86730d02226e107.tar.gz
core-48a035ba501c122e740c160be86730d02226e107.zip
Fix typo
Change-Id: I6afd087e1637522f4c99d8162087b1a1b8c02dad Reviewed-on: https://gerrit.libreoffice.org/75400 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--include/svx/e3dsceneupdater.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/e3dsceneupdater.hxx b/include/svx/e3dsceneupdater.hxx
index e6800e845e01..a6049843985c 100644
--- a/include/svx/e3dsceneupdater.hxx
+++ b/include/svx/e3dsceneupdater.hxx
@@ -61,7 +61,7 @@ public:
E3DModifySceneSnapRectUpdater(const SdrObject* mpObject);
// the destructor will take action if mpScene is not zero and modify the
- // 2D geomeztry of the target scene
+ // 2D geometry of the target scene
~E3DModifySceneSnapRectUpdater();
};