]> git.pld-linux.org Git - packages/abiword.git/blob - abiword-eps15.patch
ae592c5c5a98fc73ca88f61fad31ad355c3d34cd
[packages/abiword.git] / abiword-eps15.patch
1 --- abiword-2.4.4/abiword-plugins/wp/impexp/xhtml/xp/ie_imp_MHT.cpp.orig        2006-06-28 18:43:26.000000000 +0000
2 +++ abiword-2.4.4/abiword-plugins/wp/impexp/xhtml/xp/ie_imp_MHT.cpp     2006-06-28 18:44:12.000000000 +0000
3 @@ -159,7 +159,7 @@
4  
5         bool bValid = false;
6  
7 -       for (struct header_t * h = eps_next_header (m_eps); h; h = eps_next_header (m_eps))
8 +       for (header_t * h = eps_next_header (m_eps); h; h = eps_next_header (m_eps))
9                 {
10                         const char * name = reinterpret_cast<char *>(h->name);
11                         const char * data = reinterpret_cast<char *>(h->data);
12 @@ -359,7 +359,7 @@
13         UT_Multipart * part = new UT_Multipart;
14         if (part == 0) return 0;
15  
16 -       for (struct header_t * h = mime_next_header (m_eps); h; h = mime_next_header (m_eps))
17 +       for (header_t * h = mime_next_header (m_eps); h; h = mime_next_header (m_eps))
18                 {
19                         const char * name = reinterpret_cast<char *>(h->name);
20                         const char * data = reinterpret_cast<char *>(h->data);
21 --- abiword-2.4.4/abiword-plugins/wp/impexp/xhtml/xp/ie_imp_MHT.h.orig  2006-06-28 18:34:08.000000000 +0000
22 +++ abiword-2.4.4/abiword-plugins/wp/impexp/xhtml/xp/ie_imp_MHT.h       2006-06-28 18:34:47.000000000 +0000
23 @@ -138,7 +138,7 @@
24         UT_Multipart *  m_document;
25         UT_Vector *             m_parts;
26  
27 -       struct eps_t *  m_eps;
28 +       eps_t * m_eps;
29  };
30  
31  class MultiReader : public UT_XML::Reader
32
This page took 0.06038 seconds and 2 git commands to generate.