summaryrefslogtreecommitdiff
path: root/svx/source/inc/fmexpl.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-21 14:27:09 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-21 14:27:09 +0000
commit3d08d0a6c2da675a03bb8bdd2ad457afd7ab8f15 (patch)
tree1737aafea5d9f9579d7479ffe906502f549183aa /svx/source/inc/fmexpl.hxx
parentef318be3f280d2c91ca163fb2bb9bafcef7f501d (diff)
INTEGRATION: CWS dba24c (1.15.110); FILE MERGED
2007/10/29 07:30:35 fs 1.15.110.2: #i10000# 2007/10/28 20:29:31 fs 1.15.110.1: #i83014#
Diffstat (limited to 'svx/source/inc/fmexpl.hxx')
-rw-r--r--svx/source/inc/fmexpl.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/inc/fmexpl.hxx b/svx/source/inc/fmexpl.hxx
index 2222681e4ebf..5edf2c193939 100644
--- a/svx/source/inc/fmexpl.hxx
+++ b/svx/source/inc/fmexpl.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fmexpl.hxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 18:22:21 $
+ * last change: $Author: ihi $ $Date: 2007-11-21 15:27:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -457,7 +457,7 @@ namespace svxform
void ClearBranch( FmFormData* pParentData );
void UpdateContent( FmFormShell* pNewShell );
- void Insert( FmEntryData* pEntryData, sal_uInt32 nRelPos = LIST_APPEND,
+ void Insert( FmEntryData* pEntryData, ULONG nRelPos = LIST_APPEND,
sal_Bool bAlterModel = sal_False );
void Remove( FmEntryData* pEntryData, sal_Bool bAlterModel = sal_False );
@@ -532,7 +532,7 @@ namespace svxform
sal_Bool IsDeleteAllowed();
FmControlData* NewControl( const ::rtl::OUString& rServiceName, SvLBoxEntry* pParentEntry, sal_Bool bEditName = sal_True );
void NewForm( SvLBoxEntry* pParentEntry );
- SvLBoxEntry* Insert( FmEntryData* pEntryData, sal_uInt32 nRelPos=LIST_APPEND );
+ SvLBoxEntry* Insert( FmEntryData* pEntryData, ULONG nRelPos=LIST_APPEND );
void Remove( FmEntryData* pEntryData );