summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/helper
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-09-28 14:22:40 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-09-28 17:57:07 +0200
commit4ea413542ebb142dcdec81f43b1b5e565dbe7316 (patch)
tree3656434a77fbe4b77c5052d9e5cf1b44a5a7b4a3 /xmlsecurity/source/helper
parent664f8632b1f4720475e6cb7176a08d3d204affd5 (diff)
loplugin:constmethod in xmlsecurity
Change-Id: I7892b4819fd7491882e6ca995bf2ce5c65230609 Reviewed-on: https://gerrit.libreoffice.org/79791 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmlsecurity/source/helper')
-rw-r--r--xmlsecurity/source/helper/documentsignaturemanager.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlsecurity/source/helper/documentsignaturemanager.cxx b/xmlsecurity/source/helper/documentsignaturemanager.cxx
index 67885007cd7d..a0e674c3bd1b 100644
--- a/xmlsecurity/source/helper/documentsignaturemanager.cxx
+++ b/xmlsecurity/source/helper/documentsignaturemanager.cxx
@@ -672,13 +672,13 @@ DocumentSignatureManager::getGpgSecurityEnvironment()
}
uno::Reference<xml::crypto::XXMLSecurityContext> const&
-DocumentSignatureManager::getSecurityContext()
+DocumentSignatureManager::getSecurityContext() const
{
return mxSecurityContext;
}
uno::Reference<xml::crypto::XXMLSecurityContext> const&
-DocumentSignatureManager::getGpgSecurityContext()
+DocumentSignatureManager::getGpgSecurityContext() const
{
return mxGpgSecurityContext;
}