summaryrefslogtreecommitdiff
path: root/stoc/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-22 08:45:37 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-22 12:50:47 +0200
commite856f2323289efd3a6f070ff6e1b0f7cd3afb2aa (patch)
treed5174713f9c1aca04833d06d7793aec2c0a5514f /stoc/inc
parentb2d99944c55acbdd4204db37079cde476d6388be (diff)
stoc: make use of css alias
Change-Id: I1dd85a7b1236cfebd5e653fe6d329968e556364b
Diffstat (limited to 'stoc/inc')
-rw-r--r--stoc/inc/stocservices.hxx48
1 files changed, 24 insertions, 24 deletions
diff --git a/stoc/inc/stocservices.hxx b/stoc/inc/stocservices.hxx
index 3017c060815b..fb10f02f47fe 100644
--- a/stoc/inc/stocservices.hxx
+++ b/stoc/inc/stocservices.hxx
@@ -31,55 +31,55 @@ namespace com { namespace sun { namespace star { namespace uno {
namespace stoc_services
{
// typeconv
- ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL TypeConverter_Impl_CreateInstance(
- const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > & )
- throw( ::com::sun::star::uno::RuntimeException );
- ::com::sun::star::uno::Sequence< OUString > tcv_getSupportedServiceNames();
+ css::uno::Reference< css::uno::XInterface > SAL_CALL TypeConverter_Impl_CreateInstance(
+ const css::uno::Reference< css::uno::XComponentContext > & )
+ throw( css::uno::RuntimeException );
+ css::uno::Sequence< OUString > tcv_getSupportedServiceNames();
OUString tcv_getImplementationName();
namespace ExternalUriReferenceTranslator
{
- com::sun::star::uno::Reference< com::sun::star::uno::XInterface > SAL_CALL create(
- com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > const & context)
- SAL_THROW((com::sun::star::uno::Exception));
+ css::uno::Reference< css::uno::XInterface > SAL_CALL create(
+ css::uno::Reference< css::uno::XComponentContext > const & context)
+ SAL_THROW((css::uno::Exception));
OUString SAL_CALL getImplementationName();
- com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames();
+ css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames();
}
namespace UriReferenceFactory
{
- com::sun::star::uno::Reference< com::sun::star::uno::XInterface > SAL_CALL create(
- com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > const & context)
- SAL_THROW((com::sun::star::uno::Exception));
+ css::uno::Reference< css::uno::XInterface > SAL_CALL create(
+ css::uno::Reference< css::uno::XComponentContext > const & context)
+ SAL_THROW((css::uno::Exception));
OUString SAL_CALL getImplementationName();
- com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames();
+ css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames();
}
namespace UriSchemeParser_vndDOTsunDOTstarDOTexpand
{
- ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL create(
- ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const &)
- SAL_THROW((::com::sun::star::uno::Exception));
+ css::uno::Reference< css::uno::XInterface > SAL_CALL create(
+ css::uno::Reference< css::uno::XComponentContext > const &)
+ SAL_THROW((css::uno::Exception));
OUString SAL_CALL getImplementationName();
- ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames();
+ css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames();
}
namespace UriSchemeParser_vndDOTsunDOTstarDOTscript
{
- com::sun::star::uno::Reference< com::sun::star::uno::XInterface > SAL_CALL create(
- com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > const &)
- SAL_THROW((com::sun::star::uno::Exception));
+ css::uno::Reference< css::uno::XInterface > SAL_CALL create(
+ css::uno::Reference< css::uno::XComponentContext > const &)
+ SAL_THROW((css::uno::Exception));
OUString SAL_CALL getImplementationName();
- com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames();
+ css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames();
}
namespace VndSunStarPkgUrlReferenceFactory
{
- com::sun::star::uno::Reference< com::sun::star::uno::XInterface > SAL_CALL create(
- com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > const & context)
- SAL_THROW((com::sun::star::uno::Exception));
+ css::uno::Reference< css::uno::XInterface > SAL_CALL create(
+ css::uno::Reference< css::uno::XComponentContext > const & context)
+ SAL_THROW((css::uno::Exception));
OUString SAL_CALL getImplementationName();
- com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames();
+ css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames();
}
} // namespace