summaryrefslogtreecommitdiff
path: root/filter/source/flash/swfwriter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/flash/swfwriter.cxx')
-rw-r--r--filter/source/flash/swfwriter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/flash/swfwriter.cxx b/filter/source/flash/swfwriter.cxx
index 673717622492..a6c3fbf511db 100644
--- a/filter/source/flash/swfwriter.cxx
+++ b/filter/source/flash/swfwriter.cxx
@@ -50,7 +50,7 @@ Writer::Writer( sal_Int32 nTWIPWidthOutput, sal_Int32 nTWIPHeightOutput, sal_Int
mnJPEGCompressMode(nJPEGcompressMode)
{
mpVDev = new VirtualDevice;
- mpVDev->EnableOutput( sal_False );
+ mpVDev->EnableOutput( false );
maMovieTempFile.EnableKillingFile();
maFontsTempFile.EnableKillingFile();