summaryrefslogtreecommitdiff
path: root/filter/source/flash/swfexporter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/flash/swfexporter.cxx')
-rw-r--r--filter/source/flash/swfexporter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/flash/swfexporter.cxx b/filter/source/flash/swfexporter.cxx
index b9bd58dd39c0..8021b087c5a1 100644
--- a/filter/source/flash/swfexporter.cxx
+++ b/filter/source/flash/swfexporter.cxx
@@ -774,7 +774,7 @@ BitmapChecksum FlashExporter::ActionSummer(Reference< XShapes >& xShapes)
Reference< XShape > xShape2;
- for( sal_uInt16 nShape = 0; nShape < nShapeCount; nShape++ )
+ for( sal_uInt32 nShape = 0; nShape < nShapeCount; nShape++ )
{
xShapes->getByIndex( nShape ) >>= xShape2;