diff options
author | Herbert Dürr <hdu@apache.org> | 2012-06-06 11:35:03 +0000 |
---|---|---|
committer | Herbert Dürr <hdu@apache.org> | 2012-06-06 11:35:03 +0000 |
commit | 691e2f97cbef743008b98126dbcd005838250f92 (patch) | |
tree | 72fa2f67714a501fa53eaf20caec3d409064ae34 /svl | |
parent | 9268b63d40271adc1ebd719b694124e7a1c46988 (diff) |
#i118877# updated fix for Calc crash when Redo refreshes data
Patch by: Lei Debin
Notes
Notes:
prefer: ab9b5639b23ab5db93357bd076b65adea1b6e8b6
Diffstat (limited to 'svl')
-rw-r--r-- | svl/inc/svl/poolitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/inc/svl/poolitem.hxx b/svl/inc/svl/poolitem.hxx index 2647dab97ac1..37accc0f5ef5 100644 --- a/svl/inc/svl/poolitem.hxx +++ b/svl/inc/svl/poolitem.hxx @@ -188,8 +188,8 @@ private: inline void SetKind( sal_uInt16 n ); public: inline sal_uLong AddRef( sal_uLong n = 1 ) const; -private: inline sal_uLong ReleaseRef( sal_uLong n = 1 ) const; +private: SVL_DLLPRIVATE long Delete_Impl(void*); #if 0 |