summaryrefslogtreecommitdiff
path: root/sd/source/filter/eppt/eppt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/eppt/eppt.cxx')
-rw-r--r--sd/source/filter/eppt/eppt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/eppt/eppt.cxx b/sd/source/filter/eppt/eppt.cxx
index c49ad4ead574..62acfef7eace 100644
--- a/sd/source/filter/eppt/eppt.cxx
+++ b/sd/source/filter/eppt/eppt.cxx
@@ -794,7 +794,7 @@ bool PPTWriter::ImplCreateDocument()
{
nStartSlide = pIter - maSlideNameList.begin() + 1;
nFlags |= 4;
- nEndSlide = (sal_uInt16)mnPages;
+ nEndSlide = static_cast<sal_uInt16>(mnPages);
}
}
}