diff options
author | Carsten Driesner <cd@openoffice.org> | 2011-01-12 16:07:04 +0100 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2011-01-12 16:07:04 +0100 |
commit | 0f029bd13462f28ae38bd1371c7c7b42dd992bdc (patch) | |
tree | e5c56d4c12c777eaeeaf145e303e8b6399db0db3 /rsc/inc/rscclass.hxx | |
parent | 1c90aa6d259d8ae21552856c1407ff6f1b3a13a1 (diff) |
removetooltypes01: #i112600# Exchange misleading sal_uIntPtr with sal_uLong in rsc
Diffstat (limited to 'rsc/inc/rscclass.hxx')
-rw-r--r-- | rsc/inc/rscclass.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |