summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xilink.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xilink.hxx')
-rw-r--r--sc/source/filter/inc/xilink.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/filter/inc/xilink.hxx b/sc/source/filter/inc/xilink.hxx
index 7a76007b4c56..c6bb1828656e 100644
--- a/sc/source/filter/inc/xilink.hxx
+++ b/sc/source/filter/inc/xilink.hxx
@@ -152,12 +152,12 @@ private:
typedef ::std::unique_ptr< XclImpCachedMatrix > XclImpCachedMatrixPtr;
typedef ::std::unique_ptr< ScTokenArray > TokenArrayPtr;
- XclImpCachedMatrixPtr mxDdeMatrix; /// Cached results of the DDE link.
- MOper* mpMOper; /// Cached values for OLE link
- TokenArrayPtr mxArray; /// Formula tokens for external name.
- OUString maName; /// The name of the external name.
- sal_uInt32 mnStorageId; /// Storage ID for OLE object storages.
- XclImpExtNameType meType; /// Type of the external name.
+ XclImpCachedMatrixPtr mxDdeMatrix; /// Cached results of the DDE link.
+ std::unique_ptr<MOper> mpMOper; /// Cached values for OLE link
+ TokenArrayPtr mxArray; /// Formula tokens for external name.
+ OUString maName; /// The name of the external name.
+ sal_uInt32 mnStorageId; /// Storage ID for OLE object storages.
+ XclImpExtNameType meType; /// Type of the external name.
};
// Import link manager ========================================================