summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/registry/component/dp_component.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-09 15:43:49 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-09 15:43:49 +0100
commita694748f93d8904c44cff0bdf88c9d84b9dcab6f (patch)
treee34e195de91194cded65547b15c9221a8443903e /desktop/source/deployment/registry/component/dp_component.cxx
parent88d0a86014be135c8a0a8760d763e090d833bf6e (diff)
New loplugin:externvar: desktop
Change-Id: I3942e7496c6014c0118a9e90a8fa8251bffe8443
Diffstat (limited to 'desktop/source/deployment/registry/component/dp_component.cxx')
-rw-r--r--desktop/source/deployment/registry/component/dp_component.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/source/deployment/registry/component/dp_component.cxx b/desktop/source/deployment/registry/component/dp_component.cxx
index 58b98aff9919..97b72f3c9978 100644
--- a/desktop/source/deployment/registry/component/dp_component.cxx
+++ b/desktop/source/deployment/registry/component/dp_component.cxx
@@ -21,6 +21,7 @@
#include "dp_component.hrc"
#include "dp_backend.h"
#include "dp_platform.hxx"
+#include "dp_services.hxx"
#include "dp_ucb.h"
#include <rtl/string.hxx>
#include <rtl/strbuf.hxx>
@@ -1722,7 +1723,7 @@ BackendImpl::ComponentsPackageImpl::ComponentsPackageImpl(
namespace sdecl = comphelper::service_decl;
sdecl::class_<BackendImpl, sdecl::with_args<true> > serviceBI;
-extern sdecl::ServiceDecl const serviceDecl(
+sdecl::ServiceDecl const serviceDecl(
serviceBI,
IMPLEMENTATION_NAME,
BACKEND_SERVICE_NAME );