diff options
Diffstat (limited to 'vcl/inc/win/wingdiimpl.hxx')
-rw-r--r-- | vcl/inc/win/wingdiimpl.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/inc/win/wingdiimpl.hxx b/vcl/inc/win/wingdiimpl.hxx index 84884220318f..e81e35201413 100644 --- a/vcl/inc/win/wingdiimpl.hxx +++ b/vcl/inc/win/wingdiimpl.hxx @@ -35,6 +35,9 @@ public: abort(); }; + // Implementation for WinSalGraphics::DrawTextLayout(). + // Returns true if handled, if false, then WinSalGraphics will handle it itself. + virtual bool DrawTextLayout(const GenericSalLayout&) { return false; } // If true is returned, the following functions are used for text rendering. virtual bool UseTextDraw() const { return false; } virtual void PreDrawText() {} |