remove unused parameter

Change-Id: I24d4cb8b7b30c01e6dd5ba8f5e6690a60e6d9470
This commit is contained in:
Noel Grandin
2014-02-10 12:37:17 +02:00
parent 985c6b45af
commit 698de0864f
2 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ class SC_DLLPUBLIC ScDocumentPool: public SfxItemPool
static sal_uInt16* pVersionMap12;
public:
ScDocumentPool( SfxItemPool* pSecPool = NULL, sal_Bool bLoadRefCounts = false );
ScDocumentPool( SfxItemPool* pSecPool = NULL );
protected:
virtual ~ScDocumentPool();
public:

View File

@@ -187,11 +187,11 @@ static SfxItemInfo const aItemInfos[] =
// -----------------------------------------------------------------------
ScDocumentPool::ScDocumentPool( SfxItemPool* pSecPool, sal_Bool bLoadRefCounts )
ScDocumentPool::ScDocumentPool( SfxItemPool* pSecPool)
: SfxItemPool ( OUString("ScDocumentPool"),
ATTR_STARTINDEX, ATTR_ENDINDEX,
aItemInfos, NULL, bLoadRefCounts ),
aItemInfos, NULL, false/*bLoadRefCounts*/ ),
pSecondary ( pSecPool )
{
// latin font from GetDefaultFonts is not used, DEFAULTFONT_LATIN_SPREADSHEET instead