[Libreoffice-commits] core.git: vbahelper/source

Caolán McNamara caolanm at redhat.com
Sat Apr 5 13:15:40 PDT 2014


 vbahelper/source/msforms/vbalistbox.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2a149037861c3406f7dd108dd5db4ec969940bff
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Apr 5 21:14:53 2014 +0100

    fix colon
    
    Change-Id: Ibeaa20a99d7b027dee26e591bb19bd61a3aed8a2

diff --git a/vbahelper/source/msforms/vbalistbox.cxx b/vbahelper/source/msforms/vbalistbox.cxx
index 28aa435..aaa0fba 100644
--- a/vbahelper/source/msforms/vbalistbox.cxx
+++ b/vbahelper/source/msforms/vbalistbox.cxx
@@ -34,7 +34,7 @@ const static OUString ITEMS( "StringItemList" );
 
 ScVbaListBox::ScVbaListBox( const uno::Reference< XHelperInterface >& xParent, const uno::Reference< uno::XComponentContext >& xContext, const uno::Reference< css::uno::XInterface >& xControl, const uno::Reference< frame::XModel >& xModel, AbstractGeometryAttributes* pGeomHelper )
     : ListBoxImpl_BASE(xParent, xContext, xControl, xModel, pGeomHelper)
-    : m_nIndex(0)
+    , m_nIndex(0)
 {
     mpListHelper.reset( new ListControlHelper( m_xProps ) );
 }


More information about the Libreoffice-commits mailing list