From 9e03f6820417c9fcda27b49d9fa5a464f1255c84 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 10 Feb 2019 12:27:45 +0200 Subject: loplugin:indentation in lingucomponent..tools Change-Id: I96ed4c51ce3fe45c1cb69a7d7ff917f1e152462e Reviewed-on: https://gerrit.libreoffice.org/67607 Tested-by: Jenkins Reviewed-by: Noel Grandin --- toolkit/source/controls/controlmodelcontainerbase.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolkit/source/controls/controlmodelcontainerbase.cxx') diff --git a/toolkit/source/controls/controlmodelcontainerbase.cxx b/toolkit/source/controls/controlmodelcontainerbase.cxx index 514cfccec5b9..80a526d3ae20 100644 --- a/toolkit/source/controls/controlmodelcontainerbase.cxx +++ b/toolkit/source/controls/controlmodelcontainerbase.cxx @@ -538,7 +538,7 @@ void ControlModelContainerBase::insertByName( const OUString& aName, const Any& if ( xM.is() ) { Reference< beans::XPropertySet > xProps( xM, UNO_QUERY ); - if ( xProps.is() ) + if ( xProps.is() ) { Reference< beans::XPropertySetInfo > xPropInfo = xProps.get()->getPropertySetInfo(); -- cgit