summaryrefslogtreecommitdiff
path: root/tools/source/generic/bigint.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/generic/bigint.cxx')
-rw-r--r--tools/source/generic/bigint.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/generic/bigint.cxx b/tools/source/generic/bigint.cxx
index 2aedb0f46f00..49341cfb5d47 100644
--- a/tools/source/generic/bigint.cxx
+++ b/tools/source/generic/bigint.cxx
@@ -184,7 +184,7 @@ void BigInt::AddLong( BigInt& rB, BigInt& rErg )
k = 0;
rErg.nNum[i] = (sal_uInt16)(nZ & 0xffffL);
}
- // If an overflow occured, add to solution
+ // If an overflow occurred, add to solution
if (nZ & 0xff0000L) // or if(k)
{
rErg.nNum[i] = 1;