diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-03-16 11:58:52 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-03-16 11:58:52 +0000 |
commit | 0d0ddf4a11cf10d3b0abcb2fef5f966a7de18712 (patch) | |
tree | 15c2552b7327957a7f5c926153a93ad51b2e2b67 /idl/inc | |
parent | 1545e6d22d7d9339c3770aa7de091f81aa57d13d (diff) |
INTEGRATION: CWS sixtyfour02 (1.3.18); FILE MERGED
2006/03/08 09:48:28 cmc 1.3.18.2: #i62321# make uniqueid consistent
2006/02/25 12:52:52 cmc 1.3.18.1: #i62321 streaming ULONG -> sal_uInt32
Diffstat (limited to 'idl/inc')
-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 ); |