summaryrefslogtreecommitdiff
path: root/sc/inc/fillinfo.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-03-27 12:02:14 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-03-28 01:12:47 -0400
commitcdef3ead120149cc4db9f44a4ab3a5124ca450c6 (patch)
treea776f31b167fddc3ce8a2c05e6977a67945995ba /sc/inc/fillinfo.hxx
parentd824279a225b9a5b5d5391ec86ffb744406d6ecb (diff)
Replace ScBaseCell in CellInfo with ScRefCellValue.
And all the other changes that were necessary. Change-Id: I76c938d5568e0ed46e654dd8ad9a4cd044b0e235
Diffstat (limited to 'sc/inc/fillinfo.hxx')
-rw-r--r--sc/inc/fillinfo.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/fillinfo.hxx b/sc/inc/fillinfo.hxx
index 93826d8b438a..de57d8f5c6f9 100644
--- a/sc/inc/fillinfo.hxx
+++ b/sc/inc/fillinfo.hxx
@@ -23,6 +23,7 @@
#include <svx/framelinkarray.hxx>
#include "global.hxx"
#include "colorscale.hxx"
+#include "cellvalue.hxx"
class SfxItemSet;
class SvxBrushItem;
@@ -92,7 +93,7 @@ struct ScIconSetInfo
struct CellInfo
{
- ScBaseCell* pCell;
+ ScRefCellValue maCell;
const ScPatternAttr* pPatternAttr;
const SfxItemSet* pConditionSet;