summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-vcltesttool/files/patch-i79527
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-vcltesttool/files/patch-i79527')
-rw-r--r--editors/openoffice.org-vcltesttool/files/patch-i7952719
1 files changed, 19 insertions, 0 deletions
diff --git a/editors/openoffice.org-vcltesttool/files/patch-i79527 b/editors/openoffice.org-vcltesttool/files/patch-i79527
new file mode 100644
index 000000000000..20c646f43f1e
--- /dev/null
+++ b/editors/openoffice.org-vcltesttool/files/patch-i79527
@@ -0,0 +1,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() )
+ {