summaryrefslogtreecommitdiff
path: root/stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 12:06:56 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 12:06:56 +0000
commite13b78014103e037737813a22e3e69a32602e17d (patch)
tree49cc0d2240fbd95bd191af51a134675fed93fef7 /stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.cxx
parent5a40e40fd8f37853b746aa02a40a14d12e9b84c8 (diff)
INTEGRATION: CWS sb76 (1.4.46); FILE MERGED
2007/08/31 11:01:56 sb 1.4.46.1: #i77885# Consolidate stoc libraries; patch by jnavrati.
Diffstat (limited to 'stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.cxx')
-rw-r--r--stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.cxx b/stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.cxx
index ad70abeb7baf..d7d1e73699a4 100644
--- a/stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.cxx
+++ b/stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: VndSunStarPkgUrlReferenceFactory.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 17:39:05 $
+ * last change: $Author: hr $ $Date: 2007-09-27 13:06:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,7 +36,7 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_stoc.hxx"
-#include "VndSunStarPkgUrlReferenceFactory.hxx"
+#include "stocservices.hxx"
#include "supportsService.hxx"
@@ -102,7 +102,7 @@ rtl::OUString Factory::getImplementationName()
throw (css::uno::RuntimeException)
{
return
- stoc::uriproc::VndSunStarPkgUrlReferenceFactory::
+ stoc_services::VndSunStarPkgUrlReferenceFactory::
getImplementationName();
}
@@ -116,7 +116,7 @@ sal_Bool Factory::supportsService(rtl::OUString const & serviceName)
css::uno::Sequence< rtl::OUString > Factory::getSupportedServiceNames()
throw (css::uno::RuntimeException)
{
- return stoc::uriproc::VndSunStarPkgUrlReferenceFactory::
+ return stoc_services::VndSunStarPkgUrlReferenceFactory::
getSupportedServiceNames();
}
@@ -145,7 +145,7 @@ Factory::createVndSunStarPkgUrlReference(
}
-namespace stoc { namespace uriproc { namespace VndSunStarPkgUrlReferenceFactory
+namespace stoc_services { namespace VndSunStarPkgUrlReferenceFactory
{
css::uno::Reference< css::uno::XInterface > create(
@@ -172,4 +172,4 @@ css::uno::Sequence< rtl::OUString > getSupportedServiceNames() {
return s;
}
-} } }
+} }