summaryrefslogtreecommitdiff
path: root/idl/inc
diff options
context:
space:
mode:
authorsiddheshpatil777 <siddheshpatil777@gmail.com>2021-01-06 14:14:33 +0400
committerMichael Stahl <michael.stahl@allotropia.de>2021-01-21 16:36:00 +0100
commit5419b894a2e791de24d10f0c4433a807e175e7a0 (patch)
tree72cdf2b9648a18d711c53bb0d36ffb550ec0850d /idl/inc
parent21138573fcc6e300a446ffba8cfde00198fb249e (diff)
tdf#114441: Convert use of sal_uLong to better integer types
Change-Id: I14742675541a315e72191df4ee38c35373b39d52 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108842 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'idl/inc')
-rw-r--r--idl/inc/database.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/idl/inc/database.hxx b/idl/inc/database.hxx
index 79d289bee697..dcdf935931c5 100644
--- a/idl/inc/database.hxx
+++ b/idl/inc/database.hxx
@@ -111,8 +111,8 @@ public:
void SetAndWriteError( SvTokenStream & rInStm, const OString& rError );
void Push( SvMetaObject * pObj );
sal_uInt32 GetUniqueId() { return ++nUniqueId; }
- bool FindId( const OString& rIdName, sal_uLong * pVal );
- void InsertId( const OString& rIdName, sal_uLong nVal );
+ bool FindId( const OString& rIdName, sal_uInt32 * pVal );
+ void InsertId( const OString& rIdName, sal_uInt32 nVal );
bool ReadIdFile( std::string_view rFileName );
SvMetaType * FindType( std::string_view rName );