remove unused parameter
Change-Id: I24d4cb8b7b30c01e6dd5ba8f5e6690a60e6d9470
This commit is contained in:
@@ -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:
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user