[Libreoffice-commits] .: Branch 'libreoffice-3-4' - patches/dev300

Tor Lillqvist tml at kemper.freedesktop.org
Mon Apr 4 05:00:04 PDT 2011


 patches/dev300/novell-win32-xp-fpicker-detail.diff |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 73c1aef6ed0e8e04875b988afc0a6bff34576554
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Mon Apr 4 14:59:41 2011 +0300

    Make novell-win32-xp-fpicker-detail.diff apply again

diff --git a/patches/dev300/novell-win32-xp-fpicker-detail.diff b/patches/dev300/novell-win32-xp-fpicker-detail.diff
index 54410e5..e7d559f 100644
--- a/patches/dev300/novell-win32-xp-fpicker-detail.diff
+++ b/patches/dev300/novell-win32-xp-fpicker-detail.diff
@@ -1,5 +1,5 @@
---- fpicker.bak/source/win32/filepicker/FileOpenDlg.cxx	2010-07-12 17:43:50.212361900 +0300
-+++ fpicker/source/win32/filepicker/FileOpenDlg.cxx	2010-07-14 16:37:41.031409900 +0300
+--- fpicker/source/win32/filepicker/FileOpenDlg.cxx
++++ fpicker/source/win32/filepicker/FileOpenDlg.cxx
 @@ -557,12 +557,23 @@
  // 
  //------------------------------------------------------------------------
@@ -12,8 +12,8 @@
 +
 +#endif
 +
- unsigned int CALLBACK CFileOpenDialog::ofnHookProc( 
-     HWND hChildDlg, unsigned int uiMsg, WPARAM wParam, LPARAM lParam)
+ UINT_PTR CALLBACK CFileOpenDialog::ofnHookProc(
+     HWND hChildDlg, UINT uiMsg, WPARAM wParam, LPARAM lParam)
  {
      HWND hwndDlg = GetParent(hChildDlg);
      CFileOpenDialog* pImpl = NULL;


More information about the Libreoffice-commits mailing list