[Libreoffice-commits] .: reportdesign/source

Noel Power noelp at kemper.freedesktop.org
Wed Jan 12 03:12:22 PST 2011


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

New commits:
commit 0afe2266016b03f6e11008463042c7daacead0e1
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