diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-11 09:27:14 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:33:14 +0200 |
commit | d2f24e3a31acc08f29dd9454df59df9b9559c15c (patch) | |
tree | e13e06f1d076cc6dc70f8c8fcc7330569798ea4d /basic | |
parent | 41e381e4107d9c6ac6eb2f6fbe4164ab87bbc0ac (diff) |
typo: beause -> because
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/runtime/runtime.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/runtime/runtime.cxx b/basic/source/runtime/runtime.cxx index 42e1110b156e..af50e0902921 100644 --- a/basic/source/runtime/runtime.cxx +++ b/basic/source/runtime/runtime.cxx @@ -422,7 +422,7 @@ void SbiInstance::PrepareNumberFormatter( SvNumberFormatter*& rpNumberFormatter, // the formatter's standard templates have only got a two-digit date // -> registering an own format - // HACK, beause the numberformatter doesn't swap the place holders + // HACK, because the numberformatter doesn't swap the place holders // for month, day and year according to the system setting. // Problem: Print Year(Date) under engl. BS // also have a look at: basic/source/sbx/sbxdate.cxx |