summaryrefslogtreecommitdiff
path: root/svx/source/dialog/svxgraphicitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/svxgraphicitem.cxx')
-rw-r--r--svx/source/dialog/svxgraphicitem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/svxgraphicitem.cxx b/svx/source/dialog/svxgraphicitem.cxx
index 940941b6055ac..eb5458c3284e4 100644
--- a/svx/source/dialog/svxgraphicitem.cxx
+++ b/svx/source/dialog/svxgraphicitem.cxx
@@ -22,7 +22,7 @@
#include <utility>
SvxGraphicItem::SvxGraphicItem( Graphic _aGraphic )
- : SfxPoolItem( SID_GRAPHIC ), aGraphic(std::move( _aGraphic ))
+ : SfxPoolItem( SID_GRAPHIC, SfxItemType::SvxGraphicItemType ), aGraphic(std::move( _aGraphic ))
{
}