summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-16 11:58:52 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-16 11:58:52 +0000
commit02dc488e8df9bb42f6f9048866e062d702c1d19c (patch)
treec961321034556f43a4272b9bb0fb1693a2d51629 /idl
parentff4e36d6fd11ba0d6c0d570325f3bddf9ba73143 (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')
-rw-r--r--idl/inc/database.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/idl/inc/database.hxx b/idl/inc/database.hxx
index 7b40c20dc1..d95a2f8f83 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 );