From 0f029bd13462f28ae38bd1371c7c7b42dd992bdc Mon Sep 17 00:00:00 2001 From: Carsten Driesner Date: Wed, 12 Jan 2011 16:07:04 +0100 Subject: removetooltypes01: #i112600# Exchange misleading sal_uIntPtr with sal_uLong in rsc --- rsc/inc/rscclass.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rsc/inc/rscclass.hxx') diff --git a/rsc/inc/rscclass.hxx b/rsc/inc/rscclass.hxx index d0a66cd2b301..e849a9969d07 100644 --- a/rsc/inc/rscclass.hxx +++ b/rsc/inc/rscclass.hxx @@ -37,7 +37,7 @@ class RscClass : public RscTop { protected: struct RscClassInst{ - sal_uIntPtr nVarDflt; + sal_uLong nVarDflt; }; struct VARTYPE_STRUCT { Atom nVarName; // Variablenname -- cgit