summaryrefslogtreecommitdiff
path: root/svl/inc/converter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/inc/converter.hxx')
-rw-r--r--svl/inc/converter.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/inc/converter.hxx b/svl/inc/converter.hxx
index 062feafe6f29..c208a370bceb 100644
--- a/svl/inc/converter.hxx
+++ b/svl/inc/converter.hxx
@@ -33,8 +33,8 @@
class SvDbaseConverter
{
public:
- SVL_DLLPUBLIC static INT32 ConvertPrecisionToDbase(INT32 _nLen, INT32 _nScale);
- SVL_DLLPUBLIC static INT32 ConvertPrecisionToOdbc(INT32 _nLen, INT32 _nScale);
+ SVL_DLLPUBLIC static sal_Int32 ConvertPrecisionToDbase(sal_Int32 _nLen, sal_Int32 _nScale);
+ SVL_DLLPUBLIC static sal_Int32 ConvertPrecisionToOdbc(sal_Int32 _nLen, sal_Int32 _nScale);
};
#endif //_CONVERTER_HXX_