summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8glsy.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/ww8glsy.hxx')
-rw-r--r--sw/source/filter/ww8/ww8glsy.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/filter/ww8/ww8glsy.hxx b/sw/source/filter/ww8/ww8glsy.hxx
index 3c212cce20c1..b14f1268afd8 100644
--- a/sw/source/filter/ww8/ww8glsy.hxx
+++ b/sw/source/filter/ww8/ww8glsy.hxx
@@ -57,7 +57,7 @@ private:
class WW8Glossary
{
public:
- WW8Glossary( SotStorageStreamRef &refStrm, sal_uInt8 nVersion, SotStorage *pStg=0);
+ WW8Glossary( tools::SvRef<SotStorageStream> &refStrm, sal_uInt8 nVersion, SotStorage *pStg=0);
bool Load( SwTextBlocks &rBlocks, bool bSaveRelFile );
~WW8Glossary() { delete pGlossary; }
WW8GlossaryFib *GetFib() { return pGlossary; }
@@ -65,8 +65,8 @@ public:
private:
WW8GlossaryFib *pGlossary;
- SotStorageStreamRef xTableStream;
- SotStorageStreamRef &rStrm;
+ tools::SvRef<SotStorageStream> xTableStream;
+ tools::SvRef<SotStorageStream> &rStrm;
tools::SvRef<SotStorage> xStg;
sal_uInt16 nStrings;