summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgfontexport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/svg/svgfontexport.cxx')
-rw-r--r--filter/source/svg/svgfontexport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/svg/svgfontexport.cxx b/filter/source/svg/svgfontexport.cxx
index 39835a6f5d58..6dd28be6fcca 100644
--- a/filter/source/svg/svgfontexport.cxx
+++ b/filter/source/svg/svgfontexport.cxx
@@ -81,7 +81,7 @@ void SVGFontExport::implCollectGlyphs()
VirtualDevice aVDev;
ObjectVector::const_iterator aIter( maObjects.begin() );
- aVDev.EnableOutput( sal_False );
+ aVDev.EnableOutput( false );
while( aIter != maObjects.end() )
{