From 6a8f6c4b1324e28c598a065683103ac2ef8ea3fc Mon Sep 17 00:00:00 2001 From: Jesse Date: Wed, 14 Dec 2011 14:43:58 -0500 Subject: Removed extra semicolons --- stoc/source/proxy_factory/proxyfac.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stoc') 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(); } //______________________________________________________________________________ -- cgit