summaryrefslogtreecommitdiffstats
path: root/src/rtfgen.cpp
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2000-08-29 16:55:26 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2000-08-29 16:55:26 (GMT)
commit26ded37d33ae68d85d5ae4b2e5555ff6ed944a44 (patch)
tree6cbbe764d1beb5389d2e9247c672b7af04684260 /src/rtfgen.cpp
parent8726fc640f878611e395b1d821661cff56a49e13 (diff)
downloadDoxygen-26ded37d33ae68d85d5ae4b2e5555ff6ed944a44.zip
Doxygen-26ded37d33ae68d85d5ae4b2e5555ff6ed944a44.tar.gz
Doxygen-26ded37d33ae68d85d5ae4b2e5555ff6ed944a44.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();