summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
Diffstat (limited to 'stoc')
-rw-r--r--stoc/source/proxy_factory/proxyfac.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/proxy_factory/proxyfac.cxx b/stoc/source/proxy_factory/proxyfac.cxx
index c165ffdd8ab8..aab09d88de93 100644
--- a/stoc/source/proxy_factory/proxyfac.cxx
+++ b/stoc/source/proxy_factory/proxyfac.cxx
@@ -455,7 +455,7 @@ Reference< XAggregation > FactoryImpl::createProxy(
OUString FactoryImpl::getImplementationName()
throw (RuntimeException)
{
- return proxyfac_getImplementationName();;
+ return proxyfac_getImplementationName();
}
//______________________________________________________________________________