summaryrefslogtreecommitdiff
path: root/svl/source/fsstor/fsstorage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/fsstor/fsstorage.hxx')
-rw-r--r--svl/source/fsstor/fsstorage.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svl/source/fsstor/fsstorage.hxx b/svl/source/fsstor/fsstorage.hxx
index 18574f2b7205..4db99c0bda48 100644
--- a/svl/source/fsstor/fsstorage.hxx
+++ b/svl/source/fsstor/fsstorage.hxx
@@ -55,14 +55,14 @@ public:
virtual ~FSStorage() override;
- ::ucbhelper::Content* GetContent();
+ ucbhelper::Content& GetContent();
static void CopyStreamToSubStream( const OUString& aSourceURL,
const css::uno::Reference< css::embed::XStorage >& xDest,
const OUString& aNewEntryName );
- void CopyContentToStorage_Impl( ::ucbhelper::Content* pContent,
- const css::uno::Reference< css::embed::XStorage >& xDest );
+ void CopyContentToStorage_Impl(ucbhelper::Content& rContent,
+ const css::uno::Reference<css::embed::XStorage>& xDest);
static bool MakeFolderNoUI( const OUString& rFolder );