diff options
Diffstat (limited to 'include/vcl/outdev.hxx')
-rw-r--r-- | include/vcl/outdev.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index 6f1d211174eb..ff90e3fb40da 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -722,8 +722,8 @@ public: const Point& rPos, const Size& rSize, sal_uInt32 nLen = 8, - Color aStart = Color(COL_WHITE), - Color aEnd = Color(COL_BLACK)); + Color aStart = COL_WHITE, + Color aEnd = COL_BLACK); void DrawGrid( const tools::Rectangle& rRect, const Size& rDist, DrawGridFlags nFlags ); @@ -1581,7 +1581,7 @@ public: bool bReduceTransparency, bool bTransparencyAutoMode, bool bDownsampleBitmaps, - const Color& rBackground = Color( COL_TRANSPARENT ) ); + const Color& rBackground = COL_TRANSPARENT ); SAL_DLLPRIVATE void ImplPrintTransparent ( const Bitmap& rBmp, const Bitmap& rMask, |