Kaydet (Commit) 0bab51d8 authored tarafından Noel Grandin's avatar Noel Grandin

use rtl::Reference in HwpReader

instead of storing both a raw pointer and an uno::Reference

Change-Id: I02dd356d9693116f98ad2b96951570b3ba448b14
üst ab8958d8
This diff is collapsed.
...@@ -90,8 +90,7 @@ public: ...@@ -90,8 +90,7 @@ public:
} }
private: private:
Reference< XDocumentHandler > m_rxDocumentHandler; Reference< XDocumentHandler > m_rxDocumentHandler;
Reference< XAttributeList > rList; rtl::Reference<AttributeListImpl> mxList;
AttributeListImpl *pList;
HWPFile hwpfile; HWPFile hwpfile;
HwpReaderPrivate *d; HwpReaderPrivate *d;
private: private:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment