diff options
-rw-r--r-- | idl/inc/database.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/idl/inc/database.hxx b/idl/inc/database.hxx index e10613816467..a5ab08282081 100644 --- a/idl/inc/database.hxx +++ b/idl/inc/database.hxx @@ -4,9 +4,9 @@ * * $RCSfile: database.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 17:45:17 $ + * last change: $Author: vg $ $Date: 2006-03-16 12:58:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -77,7 +77,7 @@ class SvIdlDataBase { BOOL bExport; String aExportFile; - ULONG nUniqueId; + sal_uInt32 nUniqueId; String aDataBaseFile; SvFileStream * pStm; BOOL bIsModified; @@ -159,7 +159,7 @@ public: BOOL FillTypeList( SvMetaTypeList & rOutList, SvToken * pNameTok ); - ULONG GetUniqueId() { return ++nUniqueId; } + sal_uInt32 GetUniqueId() { return ++nUniqueId; } BOOL FindId( const ByteString & rIdName, ULONG * pVal ); BOOL InsertId( const ByteString & rIdName, ULONG nVal ); BOOL ReadIdFile( const String & rFileName ); |