summaryrefslogtreecommitdiff
path: root/test/source/primitive2dxmldump.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/source/primitive2dxmldump.cxx')
-rw-r--r--test/source/primitive2dxmldump.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/primitive2dxmldump.cxx b/test/source/primitive2dxmldump.cxx
index 0fdf89642254..0af7c7c14c23 100644
--- a/test/source/primitive2dxmldump.cxx
+++ b/test/source/primitive2dxmldump.cxx
@@ -68,7 +68,7 @@ xmlDocPtr Primitive2dXmlDump::dumpAndParse(
if (rTempStreamName.isEmpty())
pStream.reset(new SvMemoryStream());
else
- pStream.reset(new SvFileStream(rTempStreamName, STREAM_STD_READWRITE | STREAM_TRUNC));
+ pStream.reset(new SvFileStream(rTempStreamName, STREAM_STD_READWRITE | StreamMode::TRUNC));
XmlWriter aWriter(pStream.get());
aWriter.startDocument();