summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/diagram/diagram.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/drawingml/diagram/diagram.cxx')
-rw-r--r--oox/source/drawingml/diagram/diagram.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/diagram/diagram.cxx b/oox/source/drawingml/diagram/diagram.cxx
index 97f967280631..76e5e9089a35 100644
--- a/oox/source/drawingml/diagram/diagram.cxx
+++ b/oox/source/drawingml/diagram/diagram.cxx
@@ -137,7 +137,7 @@ void Diagram::build( )
{
// build name-object maps
#ifdef DEBUG_OOX_DIAGRAM
- std::ofstream output("/tmp/tree.dot");
+ std::ofstream output("tree.dot");
output << "digraph datatree {" << std::endl;
#endif