Kaydet (Commit) 0019eac5 authored tarafından Noel Grandin's avatar Noel Grandin

loplugin:indentation in forms..fpicker

Change-Id: If01379c43519cc1dbcf8dfaefde545fbe7e24fc2
Reviewed-on: https://gerrit.libreoffice.org/67556
Tested-by: Jenkins
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 9eed3b4a
...@@ -1307,7 +1307,7 @@ void OBoundControlModel::suspendValueListening( ) ...@@ -1307,7 +1307,7 @@ void OBoundControlModel::suspendValueListening( )
OSL_PRECOND( !m_sValuePropertyName.isEmpty(), "OBoundControlModel::suspendValueListening: don't have a value property!" ); OSL_PRECOND( !m_sValuePropertyName.isEmpty(), "OBoundControlModel::suspendValueListening: don't have a value property!" );
OSL_PRECOND( m_pAggPropMultiplexer, "OBoundControlModel::suspendValueListening: I *am* not listening!" ); OSL_PRECOND( m_pAggPropMultiplexer, "OBoundControlModel::suspendValueListening: I *am* not listening!" );
if ( m_pAggPropMultiplexer ) if ( m_pAggPropMultiplexer )
m_pAggPropMultiplexer->lock(); m_pAggPropMultiplexer->lock();
} }
......
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