summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-29 09:58:35 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-29 09:58:46 +0200
commit4e28077c645b16fc412fee039d5b4e368b697631 (patch)
tree160ee977d17cd0cac192457e0b5700ac20485df3 /sc
parentda3150eeff531811dbb44f7a3cbb0288885855d2 (diff)
WaE: struct 'ScRefCellValue' was previously declared as a class
Change-Id: Icdbbc3f197816b98c63845c1ed800bab98ebdf05
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/document.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index 7a35f98899fa..6346b201ca86 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -144,7 +144,7 @@ class SvtListener;
class ScNotes;
class ScEditDataArray;
class EditTextObject;
-class ScRefCellValue;
+struct ScRefCellValue;
namespace com { namespace sun { namespace star {
namespace lang {
@@ -218,7 +218,7 @@ friend class ScDocRowHeightUpdater;
friend class ScColumnTextWidthIterator;
friend class ScFormulaCell;
friend class ScTable;
-friend class ScRefCellValue;
+friend struct ScRefCellValue;
typedef ::std::vector<ScTable*> TableContainer;
private: