summaryrefslogtreecommitdiff
path: root/vcl/inc/textlayout.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/textlayout.hxx')
-rw-r--r--vcl/inc/textlayout.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/textlayout.hxx b/vcl/inc/textlayout.hxx
index 7371abd9eb62..97350c0aa405 100644
--- a/vcl/inc/textlayout.hxx
+++ b/vcl/inc/textlayout.hxx
@@ -84,11 +84,11 @@ namespace vcl
/** a class which allows rendering text of a Control onto a device, by taking into account the metrics of
a reference device.
*/
- class ControlTextRenderer
+ class ControlTextRenderer final
{
public:
ControlTextRenderer( const Control& _rControl, OutputDevice& _rTargetDevice, OutputDevice& _rReferenceDevice );
- virtual ~ControlTextRenderer();
+ ~ControlTextRenderer();
Rectangle DrawText( const Rectangle& _rRect,
const OUString& _rText, DrawTextFlags _nStyle,