summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-10-27 16:26:43 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-10-27 16:27:33 +0100
commit3149d338fc2d766f7e0e974ecf1993b42f32e98d (patch)
treeca7f2ceb4285a4463eb58e391e51014e28a95ace /writerfilter
parent6df1405b6891ec8f3280e61a3cded41c7f048041 (diff)
usual int == sal_Int32 on 64bit and long == sal_Int32 on 32bit woes
Change-Id: I879ed580de72df91e269d38add23cddd29c71982
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/rtftok/rtfdocumentimpl.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.hxx b/writerfilter/source/rtftok/rtfdocumentimpl.hxx
index 43dc7483313b..c0956f77b520 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.hxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.hxx
@@ -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;