diff options
-rw-r--r-- | svx/inc/svx/xtable.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/svx/xtable.hxx b/svx/inc/svx/xtable.hxx index 2f76330374cb..b26b1dcf9f26 100644 --- a/svx/inc/svx/xtable.hxx +++ b/svx/inc/svx/xtable.hxx @@ -244,7 +244,7 @@ public: XPropertyListType Type() const { return eType; } long Count() const; - void Insert( XPropertyEntry* pEntry, long nIndex = LIST_APPEND ); + void Insert( XPropertyEntry* pEntry, long nIndex = CONTAINER_APPEND ); XPropertyEntry* Replace( XPropertyEntry* pEntry, long nIndex ); XPropertyEntry* Remove( long nIndex ); |