Kaydet (Commit) 2a149037 authored tarafından Caolán McNamara's avatar Caolán McNamara

fix colon

Change-Id: Ibeaa20a99d7b027dee26e591bb19bd61a3aed8a2
üst 2803e5c1
...@@ -34,7 +34,7 @@ const static OUString ITEMS( "StringItemList" ); ...@@ -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 ) 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) : ListBoxImpl_BASE(xParent, xContext, xControl, xModel, pGeomHelper)
: m_nIndex(0) , m_nIndex(0)
{ {
mpListHelper.reset( new ListControlHelper( m_xProps ) ); mpListHelper.reset( new ListControlHelper( m_xProps ) );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment