summaryrefslogtreecommitdiff
path: root/winaccessibility
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 10:02:27 +0000
commitfd035fe61604042609c21aba06eb2d8ffed32dda (patch)
tree4cbe87be4011c3904dac66e44ecf3b26b236917c /winaccessibility
parent27e6024ad73642e724460d7aec60282e63c78807 (diff)
uia: remove redundant component registration.
Change-Id: I913e6498d09021cca78be27b542421251f258535
Diffstat (limited to 'winaccessibility')
-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 }
};
}