summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/main/DrawCommandDispatch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/main/DrawCommandDispatch.cxx')
-rw-r--r--chart2/source/controller/main/DrawCommandDispatch.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/main/DrawCommandDispatch.cxx b/chart2/source/controller/main/DrawCommandDispatch.cxx
index 274791694edb..ac0f1fd70163 100644
--- a/chart2/source/controller/main/DrawCommandDispatch.cxx
+++ b/chart2/source/controller/main/DrawCommandDispatch.cxx
@@ -127,7 +127,7 @@ void DrawCommandDispatch::setAttributes( SdrObject* pObj )
::std::vector< OUString > aObjList;
if ( GalleryExplorer::FillObjListTitle( GALLERY_THEME_POWERPOINT, aObjList ) )
{
- for ( sal_uInt16 i = 0; i < aObjList.size(); ++i )
+ for ( size_t i = 0; i < aObjList.size(); ++i )
{
if ( aObjList[ i ].equalsIgnoreAsciiCase( m_aCustomShapeType ) )
{