diff options
author | Carsten Driesner <cd@openoffice.org> | 2011-01-13 10:26:18 +0100 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2011-01-13 10:26:18 +0100 |
commit | 6e6de6ff1ed83b1a0d3a09ce4a91f72f15403886 (patch) | |
tree | 488f77e158e641b890570509692f9996d1dbea2f /svl/source/notify | |
parent | caa3d247d2ff8d34881e5fdb2edd4d153c2725c0 (diff) |
removetooltypes01: #i112600# Exchange misleading sal_uIntPtr with sal_uLong in svl
Diffstat (limited to 'svl/source/notify')
-rw-r--r-- | svl/source/notify/smplhint.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/notify/smplhint.cxx b/svl/source/notify/smplhint.cxx index 3a750f2f9a44..9191e50f383e 100644 --- a/svl/source/notify/smplhint.cxx +++ b/svl/source/notify/smplhint.cxx @@ -39,7 +39,7 @@ TYPEINIT1(SfxSimpleHint, SfxHint); //==================================================================== // creates a SimpleHint with the type nId -SfxSimpleHint::SfxSimpleHint( sal_uIntPtr nIdP ) +SfxSimpleHint::SfxSimpleHint( sal_uLong nIdP ) { nId = nIdP; } |