summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-22 11:33:56 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-04-23 09:20:00 +0200
commit30eb1ba084468c15bb4dd3bba44c2668ddc94aad (patch)
tree6d3cf73a1c8941ceb21cdf29a69eaee41bef4343 /include
parent0d28abe085293604eb3127626da9c5a520b25c21 (diff)
Fix typos in code
Change-Id: I5a39d89ad33d447f952d6c4c32923d387c47fd06 Reviewed-on: https://gerrit.libreoffice.org/71083 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r--include/filter/msfilter/svdfppt.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/filter/msfilter/svdfppt.hxx b/include/filter/msfilter/svdfppt.hxx
index 66be39501c79..b55458f94f6e 100644
--- a/include/filter/msfilter/svdfppt.hxx
+++ b/include/filter/msfilter/svdfppt.hxx
@@ -1443,7 +1443,7 @@ enum class PptSlideLayout
TOPROW2COLUMN = 13, // Body contains 2 rows, top row has 2 columns
FOUROBJECTS = 14, // 4 objects
BIGOBJECT = 15, // Big object
- BLANCSLIDE = 16, // Blank slide
+ BLANKSLIDE = 16, // Blank slide
TITLERIGHTBODYLEFT = 17, // Vertical title on the right, body on the left
TITLERIGHT2BODIESLEFT = 18 // Vertical title on the right, body on the left split into 2 rows
};