summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/shapes/viewappletshape.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/shapes/viewappletshape.cxx')
-rw-r--r--slideshow/source/engine/shapes/viewappletshape.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/shapes/viewappletshape.cxx b/slideshow/source/engine/shapes/viewappletshape.cxx
index 2b1ec969c6ae..c9de11fb34fd 100644
--- a/slideshow/source/engine/shapes/viewappletshape.cxx
+++ b/slideshow/source/engine/shapes/viewappletshape.cxx
@@ -61,7 +61,7 @@ namespace slideshow
const uno::Reference< drawing::XShape >& rxShape,
const OUString& rServiceName,
const char** pPropCopyTable,
- sal_Size nNumPropEntries,
+ std::size_t nNumPropEntries,
const uno::Reference< uno::XComponentContext >& rxContext ) :
mpViewLayer( rViewLayer ),
mxViewer(),
@@ -88,7 +88,7 @@ namespace slideshow
// copy shape properties to applet viewer
OUString aPropName;
- for( sal_Size i=0; i<nNumPropEntries; ++i )
+ for( std::size_t i=0; i<nNumPropEntries; ++i )
{
aPropName = OUString::createFromAscii( pPropCopyTable[i] );
xViewerPropSet->setPropertyValue( aPropName,