diff options
Diffstat (limited to 'src/rtfgen.cpp')
-rw-r--r-- | src/rtfgen.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/rtfgen.cpp b/src/rtfgen.cpp index ad240f3..f1f6f34 100644 --- a/src/rtfgen.cpp +++ b/src/rtfgen.cpp @@ -2236,6 +2236,14 @@ void RTFGenerator::endInclDepGraph(DotInclDepGraph &g) DBG_RTF(t << "{\\comment (endInclDepGraph)}" << endl) } +void RTFGenerator::startGroupCollaboration() +{ +} + +void RTFGenerator::endGroupCollaboration(DotGroupCollaboration &) +{ +} + void RTFGenerator::startCallGraph() { DBG_RTF(t << "{\\comment (startCallGraph)}" << endl) |