summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-02-09 11:30:10 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-02-09 22:03:00 +0100
commit05e3feb495ff3078c80b1af6aad7c33ac5340b01 (patch)
tree28285fcb1414f973f2a99868a1766f0d76bf7f61 /include
parent017fcc2fcd00af17a97bd5463d89662404f57667 (diff)
ofz#6180 Integer-overflow
Change-Id: I6339a6ebb188dc9e7bccfa629a40af8e67c13feb Reviewed-on: https://gerrit.libreoffice.org/49487 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/xmloff/unointerfacetouniqueidentifiermapper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/unointerfacetouniqueidentifiermapper.hxx b/include/xmloff/unointerfacetouniqueidentifiermapper.hxx
index 50b70eee5346..8a715a398dd8 100644
--- a/include/xmloff/unointerfacetouniqueidentifiermapper.hxx
+++ b/include/xmloff/unointerfacetouniqueidentifiermapper.hxx
@@ -75,7 +75,7 @@ private:
void insertReference( const OUString& rIdentifier, const css::uno::Reference< css::uno::XInterface >& rInterface );
IdMap_t maEntries;
- sal_Int32 mnNextId;
+ sal_uInt32 mnNextId;
};
}