diff options
Diffstat (limited to 'sw/inc/swrect.hxx')
-rw-r--r-- | sw/inc/swrect.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/swrect.hxx b/sw/inc/swrect.hxx index c0153ef93d3f..933c044d92bd 100644 --- a/sw/inc/swrect.hxx +++ b/sw/inc/swrect.hxx @@ -45,7 +45,7 @@ public: inline SwRect( tools::Long X, tools::Long Y, tools::Long Width, tools::Long Height ); //SV-SS e.g. SwRect( pWin->GetClipRect() ); - SwRect( const tools::Rectangle &rRect ); + explicit SwRect( const tools::Rectangle &rRect ); //Set-Methods inline void Chg( const Point& rNP, const Size &rNS ); |