summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2013-11-18 15:28:19 +0000
committerMichael Meeks <michael.meeks@collabora.com>2013-11-19 00:01:35 +0000
commit51931f68763a51ac119b56342cbb3d17571bfdb8 (patch)
tree290342a50e11fe00e27c5d334bd03fc883d10cbc
parent1d8f374741251fd96ef49c28f9a68f243d7aa916 (diff)
uia: remove redundant component registration.
Change-Id: I913e6498d09021cca78be27b542421251f258535
-rwxr-xr-xwinaccessibility/Library_winaccessibility.mk2
-rwxr-xr-xwinaccessibility/source/service/msaaservice_impl.cxx5
2 files changed, 1 insertions, 6 deletions
diff --git a/winaccessibility/Library_winaccessibility.mk b/winaccessibility/Library_winaccessibility.mk
index 0f1558c1f6f9..55057c39ddd6 100755
--- a/winaccessibility/Library_winaccessibility.mk
+++ b/winaccessibility/Library_winaccessibility.mk
@@ -55,7 +55,7 @@ $(eval $(call gb_Library_use_externals,winaccessibility,\
$(eval $(call gb_Library_use_libraries,winaccessibility,\
cppu \
cppuhelper \
- vcl \
+ vcl \
sal \
tk \
uwinapi \
diff --git a/winaccessibility/source/service/msaaservice_impl.cxx b/winaccessibility/source/service/msaaservice_impl.cxx
index 860606908e4b..ce720c37a64a 100755
--- a/winaccessibility/source/service/msaaservice_impl.cxx
+++ b/winaccessibility/source/service/msaaservice_impl.cxx
@@ -261,11 +261,6 @@ static struct ::cppu::ImplementationEntry s_component_entries [] =
getSupportedServiceNames_MSAAServiceImpl, ::cppu::createSingleComponentFactory,
0, 0
},
- {
- create_MSAAServiceImpl, getImplementationName_MSAAServiceImpl,
- getSupportedServiceNames_MSAAServiceImpl, ::cppu::createSingleComponentFactory,
- 0, 0
- },
{ 0, 0, 0, 0, 0, 0 }
};
}