summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uiview/srcview.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/uiview/srcview.cxx')
-rw-r--r--sw/source/uibase/uiview/srcview.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/uiview/srcview.cxx b/sw/source/uibase/uiview/srcview.cxx
index fa3fe1ee1dae..f61582c26ecc 100644
--- a/sw/source/uibase/uiview/srcview.cxx
+++ b/sw/source/uibase/uiview/srcview.cxx
@@ -130,7 +130,7 @@ static void lcl_PrintHeader( vcl::RenderContext &rOutDev, sal_Int32 nPages, sal_
Color aOldFillColor( rOutDev.GetFillColor() );
vcl::Font aOldFont( rOutDev.GetFont() );
- rOutDev.SetFillColor( Color(COL_TRANSPARENT) );
+ rOutDev.SetFillColor( COL_TRANSPARENT );
vcl::Font aFont( aOldFont );
aFont.SetWeight( WEIGHT_BOLD );