summaryrefslogtreecommitdiffstats
path: root/idl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-08 13:17:50 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-09 17:07:29 +0100
commitde8c193833a7c60826015ecaed13d9fb3d1e0aba (patch)
treed057f3c759ab8ccd917038f6ef30b22b8a5d293b /idl
parentloplugin:indentation in framework (diff)
downloadcore-de8c193833a7c60826015ecaed13d9fb3d1e0aba.tar.gz
core-de8c193833a7c60826015ecaed13d9fb3d1e0aba.zip
loplugin:indentation in helpcompiler..io
Change-Id: Ia3f05662cc9542feeac3096d29e9dec6d1858620 Reviewed-on: https://gerrit.libreoffice.org/67558 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'idl')
-rw-r--r--idl/source/objects/slot.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/source/objects/slot.cxx b/idl/source/objects/slot.cxx
index 25de8ecb17d0..0fbc7c78732f 100644
--- a/idl/source/objects/slot.cxx
+++ b/idl/source/objects/slot.cxx
@@ -532,7 +532,7 @@ void SvMetaSlot::WriteSlot( const OString& rShellName, sal_uInt16 nCount,
rOutStm.WriteCharPtr( "SfxSlotMode::NONE" );
rOutStm.WriteChar( ',' ) << endl;
- WriteTab( rOutStm, 4 );
+ WriteTab( rOutStm, 4 );
if ( GetDisableFlags().isEmpty() )
rOutStm.WriteCharPtr( "SfxDisableFlags::NONE" );
else