summaryrefslogtreecommitdiff
path: root/include/drawinglayer/primitive2d/textlineprimitive2d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/drawinglayer/primitive2d/textlineprimitive2d.hxx')
-rw-r--r--include/drawinglayer/primitive2d/textlineprimitive2d.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/drawinglayer/primitive2d/textlineprimitive2d.hxx b/include/drawinglayer/primitive2d/textlineprimitive2d.hxx
index 170c151119fc..48f41978382f 100644
--- a/include/drawinglayer/primitive2d/textlineprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/textlineprimitive2d.hxx
@@ -48,7 +48,7 @@ namespace drawinglayer
protected:
/// local decomposition.
- virtual Primitive2DSequence create2DDecomposition(const geometry::ViewInformation2D& rViewInformation) const;
+ virtual Primitive2DSequence create2DDecomposition(const geometry::ViewInformation2D& rViewInformation) const SAL_OVERRIDE;
public:
/// constructor
@@ -69,7 +69,7 @@ namespace drawinglayer
const basegfx::BColor& getLineColor() const { return maLineColor; }
/// compare operator
- virtual bool operator==( const BasePrimitive2D& rPrimitive ) const;
+ virtual bool operator==( const BasePrimitive2D& rPrimitive ) const SAL_OVERRIDE;
/// provide unique ID
DeclPrimitive2DIDBlock()