diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-03 10:23:01 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-03 11:06:54 +0200 |
commit | dafae0fe31353a8092334328d499bc108d39e44c (patch) | |
tree | 7c7d58067996627f163e2f65f7faae86dd91615a /sd/inc/Annotation.hxx | |
parent | eba883c8a2ce045fc7bd3848d796ca10b7f4ba51 (diff) |
loplugin:constparams in sd
Change-Id: I833c6da99d5ccb8f6a8b5c905bee73b75fde0a89
Reviewed-on: https://gerrit.libreoffice.org/40700
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/inc/Annotation.hxx')
-rw-r--r-- | sd/inc/Annotation.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/inc/Annotation.hxx b/sd/inc/Annotation.hxx index d13496cbdcc9..68c343866913 100644 --- a/sd/inc/Annotation.hxx +++ b/sd/inc/Annotation.hxx @@ -46,10 +46,10 @@ sal_uInt32 getAnnotationId(const css::uno::Reference <css::office::XAnnotation>& const SdPage* getAnnotationPage(const css::uno::Reference<css::office::XAnnotation>& xAnnotation); void LOKCommentNotify(CommentNotificationType nType, const SfxViewShell* pViewShell, - css::uno::Reference<css::office::XAnnotation>& rxAnnotation); + css::uno::Reference<css::office::XAnnotation> const & rxAnnotation); void LOKCommentNotifyAll(CommentNotificationType nType, - css::uno::Reference<css::office::XAnnotation>& rxAnnotation); + css::uno::Reference<css::office::XAnnotation> const & rxAnnotation); } #endif |