summaryrefslogtreecommitdiff
path: root/canvas/source/cairo/cairo_textlayout.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/cairo/cairo_textlayout.hxx')
-rw-r--r--canvas/source/cairo/cairo_textlayout.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/cairo/cairo_textlayout.hxx b/canvas/source/cairo/cairo_textlayout.hxx
index d28af85054f7..cdad9311f4bf 100644
--- a/canvas/source/cairo/cairo_textlayout.hxx
+++ b/canvas/source/cairo/cairo_textlayout.hxx
@@ -93,7 +93,7 @@ namespace cairocanvas
const ::com::sun::star::rendering::RenderState& renderState ) const;
protected:
- ~TextLayout(); // we're a ref-counted UNO class. _We_ destroy ourselves.
+ virtual ~TextLayout(); // we're a ref-counted UNO class. _We_ destroy ourselves.
private:
::com::sun::star::rendering::StringContext maText;