diff options
Diffstat (limited to 'include/vcl/decoview.hxx')
-rw-r--r-- | include/vcl/decoview.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/decoview.hxx b/include/vcl/decoview.hxx index 1b11d91f753f..ac640ef35e0d 100644 --- a/include/vcl/decoview.hxx +++ b/include/vcl/decoview.hxx @@ -111,7 +111,7 @@ public: const Color& rLeftTopColor, const Color& rRightBottomColor ); void DrawHighlightFrame( const Rectangle& rRect, - DrawHighlightFrameStyle nStyle = DrawHighlightFrameStyle::Out, bool bTestBackground = false ); + DrawHighlightFrameStyle nStyle = DrawHighlightFrameStyle::Out ); Rectangle DrawFrame( const Rectangle& rRect, DrawFrameStyle nStyle = DrawFrameStyle::Out, DrawFrameFlags nFlags = DrawFrameFlags::NONE ); Rectangle DrawButton( const Rectangle& rRect, DrawButtonFlags nStyle ); void DrawSeparator( const Point& rStart, const Point& rStop, bool bVertical = true ); |