summaryrefslogtreecommitdiffstats
path: root/src/rtfgen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2000-08-29 16:55:26 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2000-08-29 16:55:26 (GMT)
commit7a048b942ae75eae857fb7f7466926b5749799c0 (patch)
tree6cbbe764d1beb5389d2e9247c672b7af04684260 /src/rtfgen.cpp
parent5ce25000172e185e0ca5b9f20538f80cbbfe0b0e (diff)
downloadDoxygen-7a048b942ae75eae857fb7f7466926b5749799c0.zip
Doxygen-7a048b942ae75eae857fb7f7466926b5749799c0.tar.gz
Doxygen-7a048b942ae75eae857fb7f7466926b5749799c0.tar.bz2
Release-1.2.1-20000829
Diffstat (limited to 'src/rtfgen.cpp')
-rw-r--r--src/rtfgen.cpp12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/rtfgen.cpp b/src/rtfgen.cpp
index 8fef647..cb35eeb 100644
--- a/src/rtfgen.cpp
+++ b/src/rtfgen.cpp
@@ -1737,7 +1737,7 @@ void RTFGenerator::endClassDiagram(ClassDiagram &d,
newParagraph();
// create a gif file
- d.writeImageMap(t,dir,fileName,FALSE);
+ d.writeImage(t,dir,fileName,FALSE);
// display the file
t << "{" << endl;
@@ -2160,11 +2160,8 @@ void RTFGenerator::startDotGraph()
void RTFGenerator::endDotGraph(DotClassGraph &g)
{
newParagraph();
- DBG_RTF(t <<"{\\comment This would be an image map..." << endl)
- g.writeGraph(t,GIF,Config::rtfOutputDir);
-
- t << "}" << endl;
+ g.writeGraph(t,GIF,Config::rtfOutputDir,TRUE,FALSE);
// display the file
t << "{" << endl;
@@ -2182,11 +2179,8 @@ void RTFGenerator::startInclDepGraph()
void RTFGenerator::endInclDepGraph(DotInclDepGraph &g)
{
newParagraph();
- DBG_RTF(t <<"{\\comment This would be an image map..." << endl)
- g.writeGraph(t,GIF,Config::rtfOutputDir);
-
- t << "}" << endl;
+ g.writeGraph(t,GIF,Config::rtfOutputDir,FALSE);
//QCString diskName = g.diskName();