summaryrefslogtreecommitdiff
path: root/svx/inc/svx/xlndsit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/svx/xlndsit.hxx')
-rw-r--r--svx/inc/svx/xlndsit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/svx/xlndsit.hxx b/svx/inc/svx/xlndsit.hxx
index cabb050085..a39e078b53 100644
--- a/svx/inc/svx/xlndsit.hxx
+++ b/svx/inc/svx/xlndsit.hxx
@@ -50,7 +50,7 @@ class SVX_DLLPUBLIC XLineDashItem : public NameOrIndex
public:
TYPEINFO();
XLineDashItem() : NameOrIndex(XATTR_LINEDASH, -1) {}
- XLineDashItem(long nIndex, const XDash& rTheDash);
+ XLineDashItem(INT32 nIndex, const XDash& rTheDash);
XLineDashItem(const String& rName, const XDash& rTheDash);
XLineDashItem(SfxItemPool* pPool, const XDash& rTheDash);
XLineDashItem(SfxItemPool* pPool );