diff options
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 > |