summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-12 17:03:26 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-12 20:02:11 +0000
commit127b2e59995f3abcf1593138cd27af9f375d7b1b (patch)
treeecb54995e92a5ee3f2c3173df732d2457b04361e /include
parentmake this a member of SvxBrushItem (diff)
downloadcore-127b2e59995f3abcf1593138cd27af9f375d7b1b.tar.gz
core-127b2e59995f3abcf1593138cd27af9f375d7b1b.zip
Fix typos
Change-Id: I63da858b3f264cd099e60192633b44d362b6fad7 Reviewed-on: https://gerrit.libreoffice.org/35055 Tested-by: Jenkins <ci@libreoffice.org> 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 d83be89a1405..f6f1c493e822 100644
--- a/include/filter/msfilter/svdfppt.hxx
+++ b/include/filter/msfilter/svdfppt.hxx
@@ -238,7 +238,7 @@ struct PptSlidePersistAtom
sal_uInt32 nFlags;
sal_uInt32 nNumberTexts;
sal_uInt32 nSlideId;
- sal_uInt32 nReserved; // we will use nReserved temporarly to set the offset to SSSlideInfoAtom ( if possible )
+ sal_uInt32 nReserved; // we will use nReserved temporarily to set the offset to SSSlideInfoAtom ( if possible )
public:
PptSlidePersistAtom() { Clear(); }