summaryrefslogtreecommitdiffstats
path: root/include/svx/svdetc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/svdetc.hxx')
-rw-r--r--include/svx/svdetc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdetc.hxx b/include/svx/svdetc.hxx
index 157bb0f9de19..6f92187dcb53 100644
--- a/include/svx/svdetc.hxx
+++ b/include/svx/svdetc.hxx
@@ -183,7 +183,7 @@ public:
unsigned GetLinkCount() const { return (unsigned)aList.size(); }
Link<SdrObjFactory*,void>& GetLink(unsigned nNum) { return aList[nNum]; }
const Link<SdrObjFactory*,void>& GetLink(unsigned nNum) const { return aList[nNum]; }
- void InsertLink(const Link<SdrObjFactory*,void>& rLink, unsigned nPos=0xFFFF);
+ void InsertLink(const Link<SdrObjFactory*,void>& rLink);
void RemoveLink(const Link<SdrObjFactory*,void>& rLink);
};