From dc47b2e5136f0f767273dc5fdba5c822575e194b Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 6 May 2015 16:33:19 +0200 Subject: Unwind SotStorageRef typedef Change-Id: I8d5363bb2ad813ef29b4078848914f4b0989b9f1 --- writerperfect/source/common/WPXSvInputStream.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'writerperfect') 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 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 &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 &rStorage, const rtl::OUString &rPath) { SvStorageInfoList infos; -- cgit