diff options
author | Michael Meeks <michael.meeks@novell.com> | 2011-03-14 11:21:47 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-03-14 11:21:47 +0000 |
commit | 1e3d9e046c6aa3df8e935bb7d3962ecc51d40da1 (patch) | |
tree | 0d9ba31e31507a5acabe28d91ac6fffd733760a6 /svx/source | |
parent | 7bf9fcf9e9b61aed53772726cbdc95276cd0f9b8 (diff) |
fix signature mismatch
Diffstat (limited to 'svx/source')
-rwxr-xr-x | svx/source/gallery2/galtheme.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/gallery2/galtheme.cxx b/svx/source/gallery2/galtheme.cxx index 1cc55f3de55d..7e9578411473 100755 --- a/svx/source/gallery2/galtheme.cxx +++ b/svx/source/gallery2/galtheme.cxx @@ -121,7 +121,7 @@ void GalleryTheme::ImplCreateSvDrawStorage() // ------------------------------------------------------------------------ -sal_Bool GalleryTheme::ImplWriteSgaObject( const SgaObject& rObj, sal_uIntPtr nPos, GalleryObject* pExistentEntry ) +sal_Bool GalleryTheme::ImplWriteSgaObject( const SgaObject& rObj, size_t nPos, GalleryObject* pExistentEntry ) { SvStream* pOStm = ::utl::UcbStreamHelper::CreateStream( GetSdgURL().GetMainURL( INetURLObject::NO_DECODE ), STREAM_WRITE ); sal_Bool bRet = sal_False; |