summaryrefslogtreecommitdiff
path: root/stoc/source/uriproc/supportsService.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/source/uriproc/supportsService.hxx')
-rw-r--r--stoc/source/uriproc/supportsService.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/stoc/source/uriproc/supportsService.hxx b/stoc/source/uriproc/supportsService.hxx
index c410360eee96..2ca3a5321463 100644
--- a/stoc/source/uriproc/supportsService.hxx
+++ b/stoc/source/uriproc/supportsService.hxx
@@ -27,8 +27,8 @@ namespace rtl { class OUString; }
namespace stoc { namespace uriproc {
bool supportsService(
- com::sun::star::uno::Sequence< rtl::OUString > const & serviceNames,
- rtl::OUString const & serviceName);
+ com::sun::star::uno::Sequence< OUString > const & serviceNames,
+ OUString const & serviceName);
} }