diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-08 13:53:20 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-09 21:04:10 +0100 |
commit | b4f38d8b788018b3f88421d72bb82ad3bdeef9e2 (patch) | |
tree | ac428f55c596a8cef2c466e0a4bd7e8507768230 /sc/source/ui/vba/vbacomment.cxx | |
parent | 21d1d0d2340d40f646c5e3f413a33b45ab89675f (diff) |
loplugin:indentation in sc
Change-Id: Ieafabbafde456edba5adbe1fd587c32f04aedb98
Reviewed-on: https://gerrit.libreoffice.org/67562
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/vba/vbacomment.cxx')
-rw-r--r-- | sc/source/ui/vba/vbacomment.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbacomment.cxx b/sc/source/ui/vba/vbacomment.cxx index 0370a45719fb..57b67993abc2 100644 --- a/sc/source/ui/vba/vbacomment.cxx +++ b/sc/source/ui/vba/vbacomment.cxx @@ -96,7 +96,7 @@ ScVbaComment::getAnnotationIndex() } SAL_INFO("sc.ui", "returning index is " << aIndex); - return aIndex; + return aIndex; } uno::Reference< excel::XComment > |