[Libreoffice-commits] .: Branch 'integration/dev300_m101' - svx/source

Michael Meeks michael at kemper.freedesktop.org
Mon Mar 14 09:58:23 PDT 2011


 svx/source/gallery2/galtheme.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9a8f495d3192a246931b4c12f53760d6e4e71551
Author: Michael Meeks <michael.meeks at novell.com>
Date:   Mon Mar 14 11:21:47 2011 +0000

    fix signature mismatch

diff --git a/svx/source/gallery2/galtheme.cxx b/svx/source/gallery2/galtheme.cxx
index 04d4e74..a56bd12 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;


More information about the Libreoffice-commits mailing list