20#ifndef INCLUDED_SVX_SDGCPITM_HXX
21#define INCLUDED_SVX_SDGCPITM_HXX
23#include <config_options.h>
31class UNLESS_MERGELIBS(SVXCORE_DLLPUBLIC) SdrGrafCropItem final :
public SvxGrfCrop
36 SdrGrafCropItem( sal_Int32 nLeftCrop = 0, sal_Int32 nTopCrop = 0,
37 sal_Int32 nRightCrop = 0, sal_Int32 nBottomCrop = 0 ) :
40 virtual SdrGrafCropItem*
Clone(
SfxItemPool* pPool =
nullptr )
const override;
virtual SfxPoolItem * Clone(SfxItemPool *pPool=nullptr) const=0
constexpr TypedWhichId< SdrGrafCropItem > SDRATTR_GRAFCROP(SDRATTR_GRAF_FIRST+9)