From b7c82daa28526c566047e158ab2ace522fc442dc Mon Sep 17 00:00:00 2001 From: Kayo Hamid Date: Thu, 14 Oct 2010 21:14:52 +0100 Subject: Switch to use SAL_N_ELEMENTS macro, everywhere --- ucb/source/ucp/ext/ucpext_content.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ucb/source/ucp/ext') diff --git a/ucb/source/ucp/ext/ucpext_content.cxx b/ucb/source/ucp/ext/ucpext_content.cxx index b6a3adb89576..f1e2b0347634 100644 --- a/ucb/source/ucp/ext/ucpext_content.cxx +++ b/ucb/source/ucp/ext/ucpext_content.cxx @@ -620,7 +620,7 @@ namespace ucb { namespace ucp { namespace ext PropertyAttribute::BOUND | PropertyAttribute::READONLY ) }; - return Sequence< Property >( aProperties, sizeof( aProperties ) / sizeof( aProperties[0] ) ); + return Sequence< Property >( aProperties, SAL_N_ELEMENTS( aProperties )); } //------------------------------------------------------------------------------------------------------------------ -- cgit stro/allotropia/zeta-7-3'>distro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vbahelper/util
AgeCommit message (Expand)Author
2012-06-22re-base on ALv2 code.Michael Meeks
2012-03-23.component files don't need executable bitsMichael Stahl
2011-09-17drop makefile.mkCaolán McNamara
2011-03-14ENABLE_VBA is no moreNorbert Thiebaud
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens
2011-02-01gnumake3: remove loads of obsolete dmakefilesMichael Stahl
2010-10-13Merge branch 'vba' fix conflics, trailing ws & tab issuesNoel Power
2010-10-06initial commit for vba blob ( not including container_control stuff )Noel Power
2010-09-10sb129: #i113189# change UNO components to use passive registrationsb
2010-05-21npower13_objectmodules: rebase and merge with DEV300_m78Daniel Rentz
2010-05-11CWS-TOOLING: integrate CWS npower14miscfixesIvo Hinkelmann
2010-03-02npower14miscfixes: #i109706# move back msvbahelper to the filter modulenpower Developer
2010-02-26npower14miscfixes: #i108853# fix build breaknpower Developer
2010-02-25sb118: merged in DEV300_m72sb
2010-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2010-01-29sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, a...sb
2009-12-12for split build filter must depend on vbahelper, not the other way aroundMathias Bauer
2009-12-08some more fixes after resyncMathias Bauer
2009-09-18new and removed filesNoel Power