diff options
Diffstat (limited to 'include/svx/svxgrahicitem.hxx')
-rw-r--r-- | include/svx/svxgrahicitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svxgrahicitem.hxx b/include/svx/svxgrahicitem.hxx index c946047b440d..cff7f6ad4a49 100644 --- a/include/svx/svxgrahicitem.hxx +++ b/include/svx/svxgrahicitem.hxx @@ -33,7 +33,7 @@ public: SvxGraphicItem( const Graphic& rGraphic); virtual bool operator==( const SfxPoolItem& ) const override; - virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override; + virtual SvxGraphicItem* Clone( SfxItemPool *pPool = nullptr ) const override; const Graphic& GetGraphic() const { return aGraphic; } |