usual int == sal_Int32 on 64bit and long == sal_Int32 on 32bit woes

Change-Id: I879ed580de72df91e269d38add23cddd29c71982
This commit is contained in:
Caolán McNamara
2012-10-27 16:26:43 +01:00
parent 6df1405b68
commit 3149d338fc

View File

@@ -251,10 +251,10 @@ namespace writerfilter {
public: public:
RTFShape(); RTFShape();
std::vector< std::pair<rtl::OUString, rtl::OUString> > aProperties; std::vector< std::pair<rtl::OUString, rtl::OUString> > aProperties;
int nLeft; sal_Int32 nLeft;
int nTop; sal_Int32 nTop;
int nRight; sal_Int32 nRight;
int nBottom; sal_Int32 nBottom;
sal_Int16 nHoriOrientRelation; sal_Int16 nHoriOrientRelation;
sal_Int16 nVertOrientRelation; sal_Int16 nVertOrientRelation;
int nWrap; int nWrap;