summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/package/pkgcontent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/package/pkgcontent.hxx')
-rw-r--r--ucb/source/ucp/package/pkgcontent.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/package/pkgcontent.hxx b/ucb/source/ucp/package/pkgcontent.hxx
index 5bbd483ff175..fe5f67f535b8 100644
--- a/ucb/source/ucp/package/pkgcontent.hxx
+++ b/ucb/source/ucp/package/pkgcontent.hxx
@@ -200,13 +200,13 @@ private:
public:
// Create existing content. Fail, if not already exists.
- static Content* create(
+ static rtl::Reference<Content> create(
const css::uno::Reference< css::uno::XComponentContext >& rxContext,
ContentProvider* pProvider,
const css::uno::Reference< css::ucb::XContentIdentifier >& Identifier );
// Create new content. Fail, if already exists.
- static Content* create(
+ static rtl::Reference<Content> create(
const css::uno::Reference< css::uno::XComponentContext >& rxContext,
ContentProvider* pProvider,
const css::uno::Reference< css::ucb::XContentIdentifier >& Identifier,