diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/deployment/inc/dp_registry.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/inc/dp_registry.hxx b/desktop/source/deployment/inc/dp_registry.hxx index 43746ddfc642..7a3eda34f08a 100644 --- a/desktop/source/deployment/inc/dp_registry.hxx +++ b/desktop/source/deployment/inc/dp_registry.hxx @@ -32,7 +32,7 @@ namespace com { namespace sun { namespace star { namespace dp_registry { -css::uno::Reference<css::deployment::XPackageRegistry> create( +css::uno::Reference<css::deployment::XPackageRegistry> SAL_CALL create( OUString const & context, OUString const & cachePath, css::uno::Reference<css::uno::XComponentContext> const & xComponentContext); |