#i10000# #i110973# removed warning

This commit is contained in:
Ivo Hinkelmann 2010-05-11 17:00:26 +02:00
parent 688439586f
commit 40bff9f35c

View file

@ -123,7 +123,7 @@ public:
void setName( const rtl::OUString& rName ) { msName = rName; }
::rtl::OUString getName( ) { return msName; }
void setId( const rtl::OUString& rId ) { msId = rId; }
void setSubType( sal_uInt32 nSubType ) { mnSubType = nSubType; }
void setSubType( sal_Int32 nSubType ) { mnSubType = nSubType; }
sal_Int32 getSubType() const { return mnSubType; }
void setSubTypeIndex( sal_uInt32 nSubTypeIndex ) { mnSubTypeIndex = nSubTypeIndex; }
sal_Int32 getSubTypeIndex() const { return mnSubTypeIndex; }
@ -190,8 +190,8 @@ protected:
rtl::OUString msServiceName;
rtl::OUString msName;
rtl::OUString msId;
sal_uInt32 mnSubType; // if this type is not zero, then the shape is a placeholder
sal_uInt32 mnSubTypeIndex;
sal_Int32 mnSubType; // if this type is not zero, then the shape is a placeholder
sal_Int32 mnSubTypeIndex;
ShapeStyleRefMap maShapeStyleRefs;