summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xetable.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-03-26 18:20:20 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-03-27 00:07:15 -0400
commitaa054eff8ba5a1b7a3eb2a6814564317f0801f70 (patch)
tree4d9f18bc9cf7239b83ba033ede3091c0854c560a /sc/source/filter/inc/xetable.hxx
parent3594cfd585d221e5d3cea553a8b5fed32e97ca50 (diff)
Take care of xetable.?xx.
Change-Id: I00e57ca172ba41733d39aa5025c3f0a6f1de755d
Diffstat (limited to 'sc/source/filter/inc/xetable.hxx')
-rw-r--r--sc/source/filter/inc/xetable.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sc/source/filter/inc/xetable.hxx b/sc/source/filter/inc/xetable.hxx
index 3a2ec386921f..655d6ea6cc3e 100644
--- a/sc/source/filter/inc/xetable.hxx
+++ b/sc/source/filter/inc/xetable.hxx
@@ -399,9 +399,8 @@ private:
bool mbValue; /// The cell value.
};
-class ScStringCell;
-class ScEditCell;
class XclExpHyperlinkHelper;
+class EditTextObject;
/** Represents a text cell record.
@@ -417,12 +416,12 @@ public:
/** Constructs the record from an unformatted Calc string cell. */
explicit XclExpLabelCell( const XclExpRoot& rRoot, const XclAddress& rXclPos,
const ScPatternAttr* pPattern, sal_uInt32 nForcedXFId,
- const ScStringCell& rCell );
+ const OUString& rStr );
/** Constructs the record from a formatted Calc edit cell. */
explicit XclExpLabelCell( const XclExpRoot& rRoot, const XclAddress& rXclPos,
const ScPatternAttr* pPattern, sal_uInt32 nForcedXFId,
- const ScEditCell& rCell, XclExpHyperlinkHelper& rHlinkHelper );
+ const EditTextObject* pEditText, XclExpHyperlinkHelper& rHlinkHelper );
/** Returns true if the cell contains multi-line text. */
virtual bool IsMultiLineText() const;