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.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/inc/xilink.hxx b/sc/source/filter/inc/xilink.hxx
index bacc26b7c4c6..4a0f23c3132d 100644
--- a/sc/source/filter/inc/xilink.hxx
+++ b/sc/source/filter/inc/xilink.hxx
@@ -140,9 +140,9 @@ public:
bool HasFormulaTokens() const;
- inline XclImpExtNameType GetType() const { return meType; }
- inline const String& GetName() const { return maName; }
- inline sal_uInt32 GetStorageId() const { return mnStorageId; }
+ XclImpExtNameType GetType() const { return meType; }
+ const OUString& GetName() const { return maName; }
+ sal_uInt32 GetStorageId() const { return mnStorageId; }
private:
typedef ::std::auto_ptr< XclImpCachedMatrix > XclImpCachedMatrixPtr;
@@ -151,7 +151,7 @@ private:
XclImpCachedMatrixPtr mxDdeMatrix; /// Cached results of the DDE link.
MOper* mpMOper; /// Cached values for OLE link
TokenArrayPtr mxArray; /// Formula tokens for external name.
- String maName; /// The name of the 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.
};