summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2021-03-26 15:49:52 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2021-03-26 15:05:44 +0100
commited9ff1a397c7eeb7eefbef0ba633a62f6f42bef1 (patch)
tree66c4a7a99fa5448f763a87b7cc4e25ec3d5b5eed /xmlsecurity
parent967e0cc303c7be4a88905b327b9d02ba12f5e375 (diff)
Drop these defines
Change-Id: I7ff56d6f016ea90c4b5cdcbbb36141627037c0ba Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113125 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/framework/saxeventkeeperimpl.cxx4
-rw-r--r--xmlsecurity/source/framework/signaturecreatorimpl.cxx4
-rw-r--r--xmlsecurity/source/framework/signatureverifierimpl.cxx4
3 files changed, 3 insertions, 9 deletions
diff --git a/xmlsecurity/source/framework/saxeventkeeperimpl.cxx b/xmlsecurity/source/framework/saxeventkeeperimpl.cxx
index fee60ce925bd..b0c03880348f 100644
--- a/xmlsecurity/source/framework/saxeventkeeperimpl.cxx
+++ b/xmlsecurity/source/framework/saxeventkeeperimpl.cxx
@@ -30,8 +30,6 @@
#include <osl/diagnose.h>
#include <rtl/ustrbuf.hxx>
-#define IMPLEMENTATION_NAME "com.sun.star.xml.security.framework.SAXEventKeeperImpl"
-
SAXEventKeeperImpl::SAXEventKeeperImpl( )
:m_pCurrentBufferNode(nullptr),
m_nNextElementMarkId(1),
@@ -1128,7 +1126,7 @@ void SAL_CALL SAXEventKeeperImpl::initialize( const css::uno::Sequence< css::uno
OUString SAXEventKeeperImpl_getImplementationName ()
{
- return IMPLEMENTATION_NAME;
+ return "com.sun.star.xml.security.framework.SAXEventKeeperImpl";
}
css::uno::Sequence< OUString > SAXEventKeeperImpl_getSupportedServiceNames( )
diff --git a/xmlsecurity/source/framework/signaturecreatorimpl.cxx b/xmlsecurity/source/framework/signaturecreatorimpl.cxx
index bba7b9eb3933..826f800409f6 100644
--- a/xmlsecurity/source/framework/signaturecreatorimpl.cxx
+++ b/xmlsecurity/source/framework/signaturecreatorimpl.cxx
@@ -29,8 +29,6 @@ namespace com::sun::star::xml::wrapper { class XXMLElementWrapper; }
using namespace com::sun::star::uno;
-#define IMPLEMENTATION_NAME "com.sun.star.xml.security.framework.SignatureCreatorImpl"
-
SignatureCreatorImpl::SignatureCreatorImpl()
: SignatureCreatorImpl_Base(), m_nIdOfBlocker(-1)
{
@@ -150,7 +148,7 @@ void SAL_CALL SignatureCreatorImpl::initialize( const css::uno::Sequence< css::u
OUString SignatureCreatorImpl_getImplementationName ()
{
- return IMPLEMENTATION_NAME;
+ return "com.sun.star.xml.security.framework.SignatureCreatorImpl";
}
css::uno::Sequence< OUString > SignatureCreatorImpl_getSupportedServiceNames( )
diff --git a/xmlsecurity/source/framework/signatureverifierimpl.cxx b/xmlsecurity/source/framework/signatureverifierimpl.cxx
index c00086adee9b..4e9dc08af972 100644
--- a/xmlsecurity/source/framework/signatureverifierimpl.cxx
+++ b/xmlsecurity/source/framework/signatureverifierimpl.cxx
@@ -26,8 +26,6 @@
#include <rtl/ref.hxx>
-#define IMPLEMENTATION_NAME "com.sun.star.xml.security.framework.SignatureVerifierImpl"
-
SignatureVerifierImpl::SignatureVerifierImpl()
: SignatureVerifierImpl_Base()
{
@@ -106,7 +104,7 @@ void SAL_CALL SignatureVerifierImpl::initialize(
OUString SignatureVerifierImpl_getImplementationName ()
{
- return IMPLEMENTATION_NAME;
+ return "com.sun.star.xml.security.framework.SignatureVerifierImpl";
}
css::uno::Sequence< OUString > SignatureVerifierImpl_getSupportedServiceNames( )