summaryrefslogtreecommitdiff
path: root/svx/source/gallery2/galtheme.cxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2011-03-14 11:21:47 +0000
committerMichael Meeks <michael.meeks@novell.com>2011-03-14 11:21:47 +0000
commit9a8f495d3192a246931b4c12f53760d6e4e71551 (patch)
tree67477d0b0e3c2fdfa89ceb2d3e7822bf5e24a6df /svx/source/gallery2/galtheme.cxx
parent412a60325c547f4aaf05635c169ed4428102642c (diff)
fix signature mismatch
Diffstat (limited to 'svx/source/gallery2/galtheme.cxx')
-rwxr-xr-xsvx/source/gallery2/galtheme.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/gallery2/galtheme.cxx b/svx/source/gallery2/galtheme.cxx
index 04d4e74d4b..a56bd12c00 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;