summaryrefslogtreecommitdiff
path: root/writerperfect
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-06 16:33:19 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-07 11:05:04 +0200
commitdc47b2e5136f0f767273dc5fdba5c822575e194b (patch)
tree128ac4f7f3aca38d0928b76e529ae7fae021f7c3 /writerperfect
parente14b7660f622a83fe97635649674ade05fe1eb72 (diff)
Unwind SotStorageRef typedef
Change-Id: I8d5363bb2ad813ef29b4078848914f4b0989b9f1
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;