summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/inc/dp_dependencies.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/inc/dp_dependencies.hxx')
-rw-r--r--desktop/source/deployment/inc/dp_dependencies.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/deployment/inc/dp_dependencies.hxx b/desktop/source/deployment/inc/dp_dependencies.hxx
index 1d64f3b49b40..ba8233aa9778 100644
--- a/desktop/source/deployment/inc/dp_dependencies.hxx
+++ b/desktop/source/deployment/inc/dp_dependencies.hxx
@@ -49,8 +49,8 @@ namespace Dependencies {
a list of the unsatisfied dependencies from <code>infoset</code> (in no
specific order)
*/
- DESKTOP_DEPLOYMENTMISC_DLLPUBLIC com::sun::star::uno::Sequence<
- com::sun::star::uno::Reference< com::sun::star::xml::dom::XElement > >
+ DESKTOP_DEPLOYMENTMISC_DLLPUBLIC css::uno::Sequence<
+ css::uno::Reference< css::xml::dom::XElement > >
check(dp_misc::DescriptionInfoset const & infoset);
/**
@@ -64,7 +64,7 @@ namespace Dependencies {
&ldquo;unknown&rdquo; is substituted for an empty/missing name
*/
DESKTOP_DEPLOYMENTMISC_DLLPUBLIC OUString getErrorText(
- com::sun::star::uno::Reference< com::sun::star::xml::dom::XElement >
+ css::uno::Reference< css::xml::dom::XElement >
const & dependency);
}