summaryrefslogtreecommitdiff
path: root/sw/inc/unomailmerge.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/unomailmerge.hxx')
-rw-r--r--sw/inc/unomailmerge.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/unomailmerge.hxx b/sw/inc/unomailmerge.hxx
index 39a9664c4123..0c2b77eb60d2 100644
--- a/sw/inc/unomailmerge.hxx
+++ b/sw/inc/unomailmerge.hxx
@@ -79,14 +79,14 @@ namespace rtl {
// helper function call class
struct PropHashType_Impl
{
- size_t operator()(const INT32 &s) const { return s; }
+ size_t operator()(const sal_Int32 &s) const { return s; }
};
typedef cppu::OMultiTypeInterfaceContainerHelperVar
<
- INT32,
+ sal_Int32,
PropHashType_Impl,
- std::equal_to< INT32 >
+ std::equal_to< sal_Int32 >
> OPropertyListenerContainerHelper;
////////////////////////////////////////////////////////////