summaryrefslogtreecommitdiffstats
path: root/forms/source/misc/InterfaceContainer.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-08 13:16:19 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-09 17:07:19 +0100
commit0019eac5e5c1e0a9f0a216da7ce56eb5bfff886b (patch)
tree0f9e96cc3e549a6e228d58215b183ab987c1a274 /forms/source/misc/InterfaceContainer.cxx
parentloplugin:indentation in filter (diff)
downloadcore-0019eac5e5c1e0a9f0a216da7ce56eb5bfff886b.tar.gz
core-0019eac5e5c1e0a9f0a216da7ce56eb5bfff886b.zip
loplugin:indentation in forms..fpicker
Change-Id: If01379c43519cc1dbcf8dfaefde545fbe7e24fc2 Reviewed-on: https://gerrit.libreoffice.org/67556 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'forms/source/misc/InterfaceContainer.cxx')
-rw-r--r--forms/source/misc/InterfaceContainer.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/forms/source/misc/InterfaceContainer.cxx b/forms/source/misc/InterfaceContainer.cxx
index 2f2a9bf13636..eefe6b5dc552 100644
--- a/forms/source/misc/InterfaceContainer.cxx
+++ b/forms/source/misc/InterfaceContainer.cxx
@@ -1196,10 +1196,10 @@ Sequence< ScriptEventDescriptor > SAL_CALL OInterfaceContainer::getScriptEvents(
if ( m_xEventAttacher.is() )
{
aReturn = m_xEventAttacher->getScriptEvents( nIndex );
- if ( lcl_hasVbaEvents( aReturn ) )
- {
- aReturn = lcl_stripVbaEvents( aReturn );
- }
+ if ( lcl_hasVbaEvents( aReturn ) )
+ {
+ aReturn = lcl_stripVbaEvents( aReturn );
+ }
}
return aReturn;
}
@@ -1287,7 +1287,7 @@ OFormComponents::~OFormComponents()
void OFormComponents::disposing()
{
OInterfaceContainer::disposing();
- ::cppu::OComponentHelper::disposing();
+ ::cppu::OComponentHelper::disposing();
m_xParent = nullptr;
}