summaryrefslogtreecommitdiff
path: root/stoc/source/implementationregistration/mergekeys.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/source/implementationregistration/mergekeys.hxx')
-rw-r--r--stoc/source/implementationregistration/mergekeys.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/stoc/source/implementationregistration/mergekeys.hxx b/stoc/source/implementationregistration/mergekeys.hxx
index 336b211d0a14..3bee9f2bc9d8 100644
--- a/stoc/source/implementationregistration/mergekeys.hxx
+++ b/stoc/source/implementationregistration/mergekeys.hxx
@@ -30,13 +30,13 @@ namespace com { namespace sun { namespace star { namespace registry {
namespace stoc_impreg {
-// throws ::com::sun::star::registry::InvalidRegistryException,
-// ::com::sun::star::registry::MergeConflictException,
-// ::com::sun::star::uno::RuntimeException:
+// throws css::registry::InvalidRegistryException,
+// css::registry::MergeConflictException,
+// css::uno::RuntimeException:
void mergeKeys(
- ::com::sun::star::uno::Reference< ::com::sun::star::registry::XRegistryKey >
+ css::uno::Reference< css::registry::XRegistryKey >
const & xDest,
- ::com::sun::star::uno::Reference< ::com::sun::star::registry::XRegistryKey >
+ css::uno::Reference< css::registry::XRegistryKey >
const & xSource);
}