diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-03-14 18:21:05 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-03-14 20:59:57 -0400 |
commit | 9f26dfb93bb99b7550d10ceb2a234da7571ebade (patch) | |
tree | bba41c5447211b2fe839b0af1c615f370c38e282 /sc/source/ui/unoobj/scdetect.cxx | |
parent | 0b9cc91b70e5848f8c34bcacf6871aaa3cf151a5 (diff) |
More on build errors and warnings.
Diffstat (limited to 'sc/source/ui/unoobj/scdetect.cxx')
-rw-r--r-- | sc/source/ui/unoobj/scdetect.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/scdetect.cxx b/sc/source/ui/unoobj/scdetect.cxx index 89a358ad1408..c906a9d2cf25 100644 --- a/sc/source/ui/unoobj/scdetect.cxx +++ b/sc/source/ui/unoobj/scdetect.cxx @@ -616,7 +616,7 @@ static sal_Bool lcl_MayBeDBase( SvStream& rStream ) pLotus2, pQPro }; - const UINT16 nFilterCount = SAL_N_ELEMENTS(ppFilterPatterns); + const sal_uInt16 nFilterCount = SAL_N_ELEMENTS(ppFilterPatterns); static const sal_Char* const pFilterName[] = // zugehoerige Filter { |