diff options
author | Noel Grandin <noel@peralex.com> | 2012-08-15 13:42:54 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-08-16 18:44:05 +0200 |
commit | 80f8d9f9f19f590f79be58965f30d2aea8d52c26 (patch) | |
tree | 12b76f4ef1c5bbcbc2ed868d86939f7e9ab87c57 /svx/inc | |
parent | cdd4c1558390efd8a3740ad8fc248248972d9250 (diff) |
replace LIST_APPEND usage with CONTAINER_APPEND
Change-Id: Ifc65ac24b04ac3d8fb0a4325cfe552ed6d5752d6
Diffstat (limited to 'svx/inc')
-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 ); |