summaryrefslogtreecommitdiffstats
path: root/include/svtools/insdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-18 12:53:40 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-19 09:26:05 +0200
commit7b83ed313e0e54cb7da4525d13f63937e10867fa (patch)
treee5b950d14cfb8461f5ffb81af1af023b546024f7 /include/svtools/insdlg.hxx
parentenhance unusedfields plugin to find readonly fields (diff)
downloadcore-7b83ed313e0e54cb7da4525d13f63937e10867fa.tar.gz
core-7b83ed313e0e54cb7da4525d13f63937e10867fa.zip
loplugin:constparams in svtools
Change-Id: I2620419828864363af55011abe56143bb7d42f48 Reviewed-on: https://gerrit.libreoffice.org/40154 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools/insdlg.hxx')
-rw-r--r--include/svtools/insdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/insdlg.hxx b/include/svtools/insdlg.hxx
index 58bada8fadd2..1c37552e87c1 100644
--- a/include/svtools/insdlg.hxx
+++ b/include/svtools/insdlg.hxx
@@ -70,7 +70,7 @@ class SVT_DLLPUBLIC SvPasteObjectHelper
{
public:
static OUString GetSotFormatUIName( SotClipboardFormatId nId );
- static bool GetEmbeddedName(const TransferableDataHelper& rData, OUString& _rName, OUString& _rSource, SotClipboardFormatId& _nFormat);
+ static bool GetEmbeddedName(const TransferableDataHelper& rData, OUString& _rName, OUString& _rSource, SotClipboardFormatId const & _nFormat);
};
#endif // INCLUDED_SVTOOLS_INSDLG_HXX