summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-08 14:49:05 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-08 15:17:22 +0000
commitd2602cabe651b43b8354eaee9038fc90798e28e2 (patch)
tree5fb68484fd1c346e69571cb92b37c6d739606d2a
parent786c46cfed6fa0d57bc2b428467ee46ee2059a23 (diff)
make this a define to keep things simple
-rw-r--r--desktop/source/deployment/registry/inc/dp_backend.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop/source/deployment/registry/inc/dp_backend.h b/desktop/source/deployment/registry/inc/dp_backend.h
index afadfc6cf5fd..10b6d6a236ab 100644
--- a/desktop/source/deployment/registry/inc/dp_backend.h
+++ b/desktop/source/deployment/registry/inc/dp_backend.h
@@ -56,8 +56,7 @@ namespace css = ::com::sun::star;
class PackageRegistryBackend;
-char const* const BACKEND_SERVICE_NAME =
-"com.sun.star.deployment.PackageRegistryBackend";
+#define BACKEND_SERVICE_NAME "com.sun.star.deployment.PackageRegistryBackend"
typedef ::cppu::WeakComponentImplHelper1<
css::deployment::XPackage > t_PackageBase;