summaryrefslogtreecommitdiffstats
path: root/sfx2
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-06-10 13:12:02 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-06-10 14:03:38 +0200
commit08fc4dc88bce87cc4cd235d92a8a909a9fb122ed (patch)
tree88073e17ba70a8ed75a234f411edf4426ec2b252 /sfx2
parentPossibly uninitialized variables (diff)
downloadcore-08fc4dc88bce87cc4cd235d92a8a909a9fb122ed.tar.gz
core-08fc4dc88bce87cc4cd235d92a8a909a9fb122ed.zip
mingw64: long -> sal_IntPtr in sfx2
Change-Id: If995a2cf00e2ced618ad1a1a68d093eb163ee27a
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/mgetempl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/mgetempl.cxx b/sfx2/source/dialog/mgetempl.cxx
index 0d6755d970af..12cb90eff457 100644
--- a/sfx2/source/dialog/mgetempl.cxx
+++ b/sfx2/source/dialog/mgetempl.cxx
@@ -191,7 +191,7 @@ SfxManageStyleSheetPage::SfxManageStyleSheetPage(Window* pParent, const SfxItemS
pTupel->nFlags != SFXSTYLEBIT_ALL )
{
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 )
nStyleFilterIdx = nIdx;