[ooo-build-commit] .: patches/dev300

Noel Power noelp at kemper.freedesktop.org
Mon Mar 8 08:42:03 PST 2010


 patches/dev300/win32-gw-send-mail.diff |   20 --------------------
 1 file changed, 20 deletions(-)

New commits:
commit e8bff2ec058a91f64cf2d2cc72e460eac6a985ab
Author: Noel Power <noel.power at novell.com>
Date:   Mon Mar 8 16:40:17 2010 +0000

    change for n#585410 ( removing this patch fixes the problem )
    
    * patches/dev300/win32-gw-send-mail.diff:

diff --git a/patches/dev300/win32-gw-send-mail.diff b/patches/dev300/win32-gw-send-mail.diff
index 6fd5c02..1f5e5eb 100644
--- a/patches/dev300/win32-gw-send-mail.diff
+++ b/patches/dev300/win32-gw-send-mail.diff
@@ -9,26 +9,6 @@
  #endif
  #include "simplemapi.hxx"
  
-@@ -99,6 +99,7 @@
-     StringList_t gCc;
-     StringList_t gBcc;
-     StringList_t gAttachments;
-+	StringList_t gAttachFilenames;
-     int gMapiFlags = 0;
- }
- 
-@@ -172,7 +173,11 @@
-     {
-         MapiFileDesc mfd;
-         ZeroMemory(&mfd, sizeof(mfd));
-+
-         mfd.lpszPathName = const_cast<char*>(iter->c_str());    
-+		rtl::OString aFullPath( mfd.lpszPathName );
-+		gAttachFilenames.push_back( (const sal_Char *) aFullPath );
-+		mfd.lpszFileName = const_cast<char*>(gAttachFilenames.back().c_str());    
-         mfd.nPosition = sal::static_int_cast<ULONG>(-1);
-         pMapiAttachmentList->push_back(mfd);        
-     }            
 @@ -306,6 +306,9 @@
      {
          OSL_ENSURE(false, ex.what());


More information about the ooo-build-commit mailing list