[Libreoffice-commits] .: svl/source
Kohei Yoshida
kohei at kemper.freedesktop.org
Tue Sep 6 22:07:00 PDT 2011
svl/source/inc/poolio.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c8d7cb6bff57c26ab67faef1a15c2c9bd4a4f616
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date: Wed Sep 7 01:06:45 2011 -0400
Hopefully this will fix the build breakage on Mac.
diff --git a/svl/source/inc/poolio.hxx b/svl/source/inc/poolio.hxx
index d126032..1515779 100644
--- a/svl/source/inc/poolio.hxx
+++ b/svl/source/inc/poolio.hxx
@@ -99,7 +99,7 @@ struct SfxItemPool_Impl
bool mbPersistentRefCounts;
SfxItemPool_Impl( SfxItemPool* pMaster, const UniString& rName, sal_uInt16 nStart, sal_uInt16 nEnd )
- : maPoolItems(nEnd - nStart + 1, NULL)
+ : maPoolItems(nEnd - nStart + 1, static_cast<SfxPoolItemArray_Impl*>(NULL))
, aName(rName)
, ppPoolDefaults(new SfxPoolItem* [nEnd - nStart + 1])
, ppStaticDefaults(0)
More information about the Libreoffice-commits
mailing list