summaryrefslogtreecommitdiffstats
path: root/filters/kword/pdf/diffs/goo_enable-final.diff
blob: b3d137ad7a27025f23fd3553feff568d5c8b47fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
Index: GHash.cc
===================================================================
RCS file: /home/kde/koffice/filters/kword/pdf/xpdf/goo/GHash.cc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- GHash.cc	13 Jan 2003 14:51:16 -0000	1.2
+++ GHash.cc	10 Oct 2004 21:37:09 -0000	1.3
@@ -8,9 +8,6 @@
 
 #include <aconf.h>
 
-#ifdef USE_GCC_PRAGMAS
-#pragma implementation
-#endif
 
 #include "gmem.h"
 #include "GString.h"
Index: GHash.h
===================================================================
RCS file: /home/kde/koffice/filters/kword/pdf/xpdf/goo/GHash.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- GHash.h	13 Jan 2003 14:51:16 -0000	1.2
+++ GHash.h	10 Oct 2004 21:37:09 -0000	1.3
@@ -11,9 +11,6 @@
 
 #include <aconf.h>
 
-#ifdef USE_GCC_PRAGMAS
-#pragma interface
-#endif
 
 #include "gtypes.h"
 
Index: GList.cc
===================================================================
RCS file: /home/kde/koffice/filters/kword/pdf/xpdf/goo/GList.cc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- GList.cc	23 Nov 2002 14:15:14 -0000	1.1
+++ GList.cc	10 Oct 2004 21:37:09 -0000	1.2
@@ -8,9 +8,6 @@
 
 #include <aconf.h>
 
-#ifdef USE_GCC_PRAGMAS
-#pragma implementation
-#endif
 
 #include <string.h>
 #include "gmem.h"
Index: GList.h
===================================================================
RCS file: /home/kde/koffice/filters/kword/pdf/xpdf/goo/GList.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- GList.h	23 Nov 2002 14:15:14 -0000	1.1
+++ GList.h	10 Oct 2004 21:37:09 -0000	1.2
@@ -11,9 +11,6 @@
 
 #include <aconf.h>
 
-#ifdef USE_GCC_PRAGMAS
-#pragma interface
-#endif
 
 #include "gtypes.h"
 
Index: GString.cc
===================================================================
RCS file: /home/kde/koffice/filters/kword/pdf/xpdf/goo/GString.cc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- GString.cc	23 Nov 2002 14:15:14 -0000	1.1
+++ GString.cc	10 Oct 2004 21:37:09 -0000	1.2
@@ -10,9 +10,6 @@
 
 #include <aconf.h>
 
-#ifdef USE_GCC_PRAGMAS
-#pragma implementation
-#endif
 
 #include <stdlib.h>
 #include <stddef.h>
Index: GString.h
===================================================================
RCS file: /home/kde/koffice/filters/kword/pdf/xpdf/goo/GString.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- GString.h	13 Jan 2003 14:51:16 -0000	1.2
+++ GString.h	10 Oct 2004 21:37:09 -0000	1.3
@@ -13,9 +13,6 @@
 
 #include <aconf.h>
 
-#ifdef USE_GCC_PRAGMAS
-#pragma interface
-#endif
 
 #include <string.h>