summaryrefslogtreecommitdiff
path: root/writerperfect
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect')
-rw-r--r--writerperfect/source/common/WPXSvInputStream.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/writerperfect/source/common/WPXSvInputStream.cxx b/writerperfect/source/common/WPXSvInputStream.cxx
index cee4a342e440..9b6652f8f801 100644
--- a/writerperfect/source/common/WPXSvInputStream.cxx
+++ b/writerperfect/source/common/WPXSvInputStream.cxx
@@ -72,7 +72,7 @@ catch (...)
typedef struct
{
- SotStorageRef ref;
+ tools::SvRef<SotStorage> ref;
} SotStorageRefWrapper;
typedef struct
@@ -147,7 +147,7 @@ struct OLEStorageImpl
SotStorageStreamRef getStream(std::size_t nId);
private:
- void traverse(const SotStorageRef &rStorage, const rtl::OUString &rPath);
+ void traverse(const tools::SvRef<SotStorage> &rStorage, const rtl::OUString &rPath);
SotStorageStreamRef createStream(const rtl::OUString &rPath);
@@ -211,7 +211,7 @@ SotStorageStreamRef OLEStorageImpl::getStream(const std::size_t nId)
return maStreams[nId].stream.ref;
}
-void OLEStorageImpl::traverse(const SotStorageRef &rStorage, const rtl::OUString &rPath)
+void OLEStorageImpl::traverse(const tools::SvRef<SotStorage> &rStorage, const rtl::OUString &rPath)
{
SvStorageInfoList infos;