diff options
-rw-r--r-- | editors/openoffice-3-devel/files/patch-i79499 | 11 | ||||
-rw-r--r-- | editors/openoffice.org-2-devel/files/patch-i79499 | 11 | ||||
-rw-r--r-- | editors/openoffice.org-3-devel/files/patch-i79499 | 11 | ||||
-rw-r--r-- | editors/openoffice.org-vcltesttool/files/patch-i79499 | 11 |
4 files changed, 44 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/files/patch-i79499 b/editors/openoffice-3-devel/files/patch-i79499 new file mode 100644 index 000000000000..f6cb7b03c62c --- /dev/null +++ b/editors/openoffice-3-devel/files/patch-i79499 @@ -0,0 +1,11 @@ +--- vcl/source/window/winproc.cxx 5 Jul 2007 08:44:18 -0000 1.114 ++++ vcl/source/window/winproc.cxx 12 Jul 2007 13:32:22 -0000 1.115 +@@ -2534,7 +2534,7 @@ + break; + case SALEVENT_SHOWDIALOG: + { +- int nDialogID = reinterpret_cast<int>(pEvent); ++ int nDialogID = static_cast<int>(reinterpret_cast<sal_IntPtr>(pEvent)); + nRet = ImplHandleShowDialog( pWindow, nDialogID ); + } + break; diff --git a/editors/openoffice.org-2-devel/files/patch-i79499 b/editors/openoffice.org-2-devel/files/patch-i79499 new file mode 100644 index 000000000000..f6cb7b03c62c --- /dev/null +++ b/editors/openoffice.org-2-devel/files/patch-i79499 @@ -0,0 +1,11 @@ +--- vcl/source/window/winproc.cxx 5 Jul 2007 08:44:18 -0000 1.114 ++++ vcl/source/window/winproc.cxx 12 Jul 2007 13:32:22 -0000 1.115 +@@ -2534,7 +2534,7 @@ + break; + case SALEVENT_SHOWDIALOG: + { +- int nDialogID = reinterpret_cast<int>(pEvent); ++ int nDialogID = static_cast<int>(reinterpret_cast<sal_IntPtr>(pEvent)); + nRet = ImplHandleShowDialog( pWindow, nDialogID ); + } + break; diff --git a/editors/openoffice.org-3-devel/files/patch-i79499 b/editors/openoffice.org-3-devel/files/patch-i79499 new file mode 100644 index 000000000000..f6cb7b03c62c --- /dev/null +++ b/editors/openoffice.org-3-devel/files/patch-i79499 @@ -0,0 +1,11 @@ +--- vcl/source/window/winproc.cxx 5 Jul 2007 08:44:18 -0000 1.114 ++++ vcl/source/window/winproc.cxx 12 Jul 2007 13:32:22 -0000 1.115 +@@ -2534,7 +2534,7 @@ + break; + case SALEVENT_SHOWDIALOG: + { +- int nDialogID = reinterpret_cast<int>(pEvent); ++ int nDialogID = static_cast<int>(reinterpret_cast<sal_IntPtr>(pEvent)); + nRet = ImplHandleShowDialog( pWindow, nDialogID ); + } + break; diff --git a/editors/openoffice.org-vcltesttool/files/patch-i79499 b/editors/openoffice.org-vcltesttool/files/patch-i79499 new file mode 100644 index 000000000000..f6cb7b03c62c --- /dev/null +++ b/editors/openoffice.org-vcltesttool/files/patch-i79499 @@ -0,0 +1,11 @@ +--- vcl/source/window/winproc.cxx 5 Jul 2007 08:44:18 -0000 1.114 ++++ vcl/source/window/winproc.cxx 12 Jul 2007 13:32:22 -0000 1.115 +@@ -2534,7 +2534,7 @@ + break; + case SALEVENT_SHOWDIALOG: + { +- int nDialogID = reinterpret_cast<int>(pEvent); ++ int nDialogID = static_cast<int>(reinterpret_cast<sal_IntPtr>(pEvent)); + nRet = ImplHandleShowDialog( pWindow, nDialogID ); + } + break; |