From 3d08d0a6c2da675a03bb8bdd2ad457afd7ab8f15 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Wed, 21 Nov 2007 14:27:09 +0000 Subject: 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# --- svx/source/inc/fmexpl.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'svx/source/inc/fmexpl.hxx') 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 ); -- cgit