diff options
Diffstat (limited to 'vcl/source/control/ctrl.cxx')
-rw-r--r-- | vcl/source/control/ctrl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/ctrl.cxx b/vcl/source/control/ctrl.cxx index a0aa05a6031b..38aa4168847a 100644 --- a/vcl/source/control/ctrl.cxx +++ b/vcl/source/control/ctrl.cxx @@ -450,7 +450,7 @@ void Control::ImplInitSettings( const bool _bFont, const bool _bForeground ) } void Control::DrawControlText( OutputDevice& _rTargetDevice, Rectangle& _io_rRect, const OUString& _rStr, - sal_uInt16 _nStyle, MetricVector* _pVector, OUString* _pDisplayText ) const + DrawTextFlags _nStyle, MetricVector* _pVector, OUString* _pDisplayText ) const { if ( !mpControlData->mpReferenceDevice || ( mpControlData->mpReferenceDevice == &_rTargetDevice ) ) { |