usual int == sal_Int32 on 64bit and long == sal_Int32 on 32bit woes
Change-Id: I879ed580de72df91e269d38add23cddd29c71982
This commit is contained in:
@@ -251,10 +251,10 @@ namespace writerfilter {
|
||||
public:
|
||||
RTFShape();
|
||||
std::vector< std::pair<rtl::OUString, rtl::OUString> > aProperties;
|
||||
int nLeft;
|
||||
int nTop;
|
||||
int nRight;
|
||||
int nBottom;
|
||||
sal_Int32 nLeft;
|
||||
sal_Int32 nTop;
|
||||
sal_Int32 nRight;
|
||||
sal_Int32 nBottom;
|
||||
sal_Int16 nHoriOrientRelation;
|
||||
sal_Int16 nVertOrientRelation;
|
||||
int nWrap;
|
||||
|
Reference in New Issue
Block a user