Kaydet (Commit) 08fc4dc8 authored tarafından Fridrich Štrba's avatar Fridrich Štrba

mingw64: long -> sal_IntPtr in sfx2

Change-Id: If995a2cf00e2ced618ad1a1a68d093eb163ee27a
üst 5eaa6014
...@@ -191,7 +191,7 @@ SfxManageStyleSheetPage::SfxManageStyleSheetPage(Window* pParent, const SfxItemS ...@@ -191,7 +191,7 @@ SfxManageStyleSheetPage::SfxManageStyleSheetPage(Window* pParent, const SfxItemS
pTupel->nFlags != SFXSTYLEBIT_ALL ) pTupel->nFlags != SFXSTYLEBIT_ALL )
{ {
m_pFilterLb->InsertEntry( pTupel->aName, nIdx ); m_pFilterLb->InsertEntry( pTupel->aName, nIdx );
m_pFilterLb->SetEntryData(nIdx, (void*)(long)i); m_pFilterLb->SetEntryData(nIdx, (void*)(sal_IntPtr)i);
if ( ( pTupel->nFlags & nMask ) == nMask ) if ( ( pTupel->nFlags & nMask ) == nMask )
nStyleFilterIdx = nIdx; nStyleFilterIdx = nIdx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment