summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-08-15 13:42:54 +0200
committerMichael Stahl <mstahl@redhat.com>2012-08-16 18:44:05 +0200
commit80f8d9f9f19f590f79be58965f30d2aea8d52c26 (patch)
tree12b76f4ef1c5bbcbc2ed868d86939f7e9ab87c57 /svx
parentcdd4c1558390efd8a3740ad8fc248248972d9250 (diff)
replace LIST_APPEND usage with CONTAINER_APPEND
Change-Id: Ifc65ac24b04ac3d8fb0a4325cfe552ed6d5752d6
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/svx/xtable.hxx2
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 );