diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-26 11:37:23 +0100 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-01-27 08:45:03 +0100 |
commit | 72c68a3d1768ea2e05671aee3b2a0db8d87c9e86 (patch) | |
tree | 427d070add01976520c546f56e373d6d903c97f8 /svx/inc | |
parent | ba8c04a6fc7d1931b4417af99aa0b45091747d83 (diff) |
Fix typos
Change-Id: I914ac70f39028caebafb874e871f11017fda7795
Reviewed-on: https://gerrit.libreoffice.org/48682
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/sdr/properties/customshapeproperties.hxx | 2 | ||||
-rw-r--r-- | svx/inc/sdr/properties/emptyproperties.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/sdr/properties/customshapeproperties.hxx b/svx/inc/sdr/properties/customshapeproperties.hxx index e056f21a106f..4abe7a50861a 100644 --- a/svx/inc/sdr/properties/customshapeproperties.hxx +++ b/svx/inc/sdr/properties/customshapeproperties.hxx @@ -53,7 +53,7 @@ namespace sdr virtual void ClearObjectItem(const sal_uInt16 nWhich = 0) override; // clear single item direct, do not do any notifies or things like that. - // Also supports complete deleteion of items when default parameter 0 is used. + // Also supports complete deletion of items when default parameter 0 is used. virtual void ClearObjectItemDirect(const sal_uInt16 nWhich) override; public: diff --git a/svx/inc/sdr/properties/emptyproperties.hxx b/svx/inc/sdr/properties/emptyproperties.hxx index 4da4be720ef3..8163eacfc4f0 100644 --- a/svx/inc/sdr/properties/emptyproperties.hxx +++ b/svx/inc/sdr/properties/emptyproperties.hxx @@ -72,7 +72,7 @@ namespace sdr virtual void ClearObjectItem(const sal_uInt16 nWhich = 0) override; // clear single item direct, do not do any notifies or things like that. - // Also supports complete deleteion of items when default parameter 0 is used. + // Also supports complete deletion of items when default parameter 0 is used. virtual void ClearObjectItemDirect(const sal_uInt16 nWhich) override; // set complete item set |