aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files/patch-i79527
blob: 20c646f43f1e7231ab4fd892fda5e06cbc156895 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Index: reportdesign/source/ui/dlg/GroupsSorting.cxx
===================================================================
RCS file: /cvs/dba/reportdesign/source/ui/dlg/GroupsSorting.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- reportdesign/source/ui/dlg/GroupsSorting.cxx	9 Jul 2007 11:56:29 -0000	1.2
+++ reportdesign/source/ui/dlg/GroupsSorting.cxx	12 Jul 2007 13:51:08 -0000	1.3
@@ -1143,8 +1143,8 @@
 	    xGroup->setKeepTogether( m_aKeepTogetherLst.GetSelectEntryPos() );
     if ( m_aGroupOnLst.GetSavedValue() != m_aGroupOnLst.GetSelectEntryPos() )
     {
-	    sal_Int16 nGroupOn = static_cast<sal_Int16>(reinterpret_cast<sal_Int32>(m_aGroupOnLst.GetEntryData(m_aGroupOnLst.GetSelectEntryPos())));
-	    xGroup->setGroupOn( nGroupOn );
+	    sal_Int16 nGroupOn = static_cast<sal_Int16>(reinterpret_cast<sal_IntPtr>(m_aGroupOnLst.GetEntryData(m_aGroupOnLst.GetSelectEntryPos())));
+        xGroup->setGroupOn( nGroupOn );
     }
     if ( m_aGroupIntervalEd.GetSavedValue().ToInt32() != m_aGroupIntervalEd.GetValue() )
     {