summaryrefslogtreecommitdiffstats
path: root/canvas/source/vcl/devicehelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/vcl/devicehelper.cxx')
-rw-r--r--canvas/source/vcl/devicehelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/vcl/devicehelper.cxx b/canvas/source/vcl/devicehelper.cxx
index a833cd109576..7447cef2f2ad 100644
--- a/canvas/source/vcl/devicehelper.cxx
+++ b/canvas/source/vcl/devicehelper.cxx
@@ -203,7 +203,7 @@ namespace vclcanvas
{
OUString aFilename = "dbg_frontbuffer" + OUString::number(nFilePostfixCount) + ".bmp";
- SvFileStream aStream( aFilename, STREAM_STD_READWRITE );
+ SvFileStream aStream( aFilename, StreamMode::STD_READWRITE );
const ::Point aEmptyPoint;
OutputDevice& rOutDev = mpOutDev->getOutDev();