summaryrefslogtreecommitdiffstats
path: root/include/editeng/brushitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/brushitem.hxx')
-rw-r--r--include/editeng/brushitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/brushitem.hxx b/include/editeng/brushitem.hxx
index 3455d1bfa925..61550a15d2a6 100644
--- a/include/editeng/brushitem.hxx
+++ b/include/editeng/brushitem.hxx
@@ -86,7 +86,7 @@ public:
virtual bool QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override;
virtual bool PutValue( const css::uno::Any& rVal, sal_uInt8 nMemberId ) override;
- virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override;
+ virtual SvxBrushItem* Clone( SfxItemPool *pPool = nullptr ) const override;
const Color& GetColor() const { return aColor; }
Color& GetColor() { return aColor; }