[Libreoffice-commits] .: Branch 'libreoffice-3-3-0' - reportdesign/source

Michael Meeks mmeeks at kemper.freedesktop.org
Wed Jan 12 04:20:52 PST 2011


 reportdesign/source/ui/inspection/metadata.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c71822d4eb36b43cdb08c25d207cae5e3c1660cd
Author: Noel Power <noel.power at novell.com>
Date:   Wed Jan 12 11:09:51 2011 +0000

    fix for fdo#32742#

diff --git a/reportdesign/source/ui/inspection/metadata.cxx b/reportdesign/source/ui/inspection/metadata.cxx
index e3610c4..bc866d9 100644
--- a/reportdesign/source/ui/inspection/metadata.cxx
+++ b/reportdesign/source/ui/inspection/metadata.cxx
@@ -173,7 +173,7 @@ namespace rptui
         };
 
         s_pPropertyInfos = aPropertyInfos;
-
+        s_nCount = SAL_N_ELEMENTS(aPropertyInfos);
         ::std::sort( aPropertyInfos, aPropertyInfos + SAL_N_ELEMENTS(aPropertyInfos), PropertyInfoLessByName() );
 
         return s_pPropertyInfos;


More information about the Libreoffice-commits mailing list