Kaydet (Commit) 3149d338 authored tarafından Caolán McNamara's avatar Caolán McNamara

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

Change-Id: I879ed580de72df91e269d38add23cddd29c71982
üst 6df1405b
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment