summaryrefslogtreecommitdiff
path: root/include/svx/xlinjoit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/xlinjoit.hxx')
-rw-r--r--include/svx/xlinjoit.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/xlinjoit.hxx b/include/svx/xlinjoit.hxx
index 8111aed27f02..e56df6b4b997 100644
--- a/include/svx/xlinjoit.hxx
+++ b/include/svx/xlinjoit.hxx
@@ -34,11 +34,9 @@ class SVX_DLLPUBLIC XLineJointItem : public SfxEnumItem<css::drawing::LineJoint>
public:
static SfxPoolItem* CreateDefault();
XLineJointItem( css::drawing::LineJoint eLineJoint = css::drawing::LineJoint_ROUND );
- XLineJointItem( SvStream& rIn );
virtual sal_uInt16 GetVersion( sal_uInt16 nFileFormatVersion ) const override;
virtual SfxPoolItem* Clone( SfxItemPool* pPool = nullptr ) const override;
- virtual SfxPoolItem* Create( SvStream& rIn, sal_uInt16 nVer ) const override;
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;