summaryrefslogtreecommitdiff
path: root/package/inc
diff options
context:
space:
mode:
Diffstat (limited to 'package/inc')
-rw-r--r--package/inc/ZipPackage.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/inc/ZipPackage.hxx b/package/inc/ZipPackage.hxx
index 378876962b0d..2856e42665eb 100644
--- a/package/inc/ZipPackage.hxx
+++ b/package/inc/ZipPackage.hxx
@@ -91,13 +91,12 @@ protected:
InitialisationMode m_eMode;
- css::uno::Reference < css::container::XNameContainer > m_xRootFolder;
+ rtl::Reference < ZipPackageFolder > m_xRootFolder;
css::uno::Reference < css::io::XStream > m_xStream;
css::uno::Reference < css::io::XInputStream > m_xContentStream;
css::uno::Reference < css::io::XSeekable > m_xContentSeek;
const css::uno::Reference < css::uno::XComponentContext > m_xContext;
- ZipPackageFolder *m_pRootFolder;
ZipFile *m_pZipFile;
bool isLocalFile() const;