summaryrefslogtreecommitdiff
path: root/textproc/htmltolatex/files/patch-CH2L.cpp
blob: 3bfbe9f2f8e4864c2ebc092f999863f9645ab638 (plain) (blame)
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
$FreeBSD$

--- CH2L.cpp.orig	Sun Nov 11 21:03:19 2001
+++ CH2L.cpp	Fri Feb 21 03:08:09 2003
@@ -18,6 +18,9 @@
  * Boston, MA 02111-1307, USA.
  *
  */
+
+using namespace std;
+
 #include "CH2L.h"
 #include "util.h"
 #include "safe_ostrstream.h"
@@ -28,7 +31,6 @@
 #include <assert.h>
 #include <fstream>
 
-using namespace std;
 using namespace Magick;
 
 #define ATTRIBUTENESTLIMIT	1000
@@ -2086,7 +2088,7 @@
 }
 
 
-void CH2L::_implied_font_end(const string &tagdelimiter="",int iterations=1)
+void CH2L::_implied_font_end(const string &tagdelimiter,int iterations)
 {
 	dump_text();
 	int cnt = 0;
@@ -2225,7 +2227,7 @@
 }
 
 ////////////////////////
-void CH2L::_implied_a_end(const string &tagdelimiter="",int iterations=1)
+void CH2L::_implied_a_end(const string &tagdelimiter,int iterations)
 {
 	dump_text();
 
@@ -3594,7 +3596,7 @@
 }
 
 
-void CH2L::_implied_div_end(const string &tagdelimiter="",int iterations=1) 
+void CH2L::_implied_div_end(const string &tagdelimiter,int iterations) 
 { 
 	bool did_something = false;
 	bool alignment_changed = false;