summaryrefslogtreecommitdiff
path: root/svx/inc/svx/xflhtit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/svx/xflhtit.hxx')
-rw-r--r--svx/inc/svx/xflhtit.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/svx/inc/svx/xflhtit.hxx b/svx/inc/svx/xflhtit.hxx
index df25fb8f9313..a7a126d67f16 100644
--- a/svx/inc/svx/xflhtit.hxx
+++ b/svx/inc/svx/xflhtit.hxx
@@ -45,10 +45,8 @@ class SVX_DLLPUBLIC XFillHatchItem : public NameOrIndex
public:
TYPEINFO();
XFillHatchItem() : NameOrIndex(XATTR_FILLHATCH, -1) {}
- XFillHatchItem(sal_Int32 nIndex, const XHatch& rTheHatch);
XFillHatchItem(const String& rName, const XHatch& rTheHatch);
XFillHatchItem(SfxItemPool* pPool, const XHatch& rTheHatch);
- XFillHatchItem(SfxItemPool* pPool );
XFillHatchItem(const XFillHatchItem& rItem);
XFillHatchItem(SvStream& rIn);
@@ -66,7 +64,7 @@ public:
virtual bool HasMetrics() const;
virtual bool ScaleMetrics(long nMul, long nDiv);
- const XHatch& GetHatchValue(const XHatchTable* pTable = 0) const; // GetValue -> GetHatchValue
+ const XHatch& GetHatchValue() const; // GetValue -> GetHatchValue
void SetHatchValue(const XHatch& rNew) { aHatch = rNew; Detach(); } // SetValue -> SetHatchValue
static sal_Bool CompareValueFunc( const NameOrIndex* p1, const NameOrIndex* p2 );