From 4e28077c645b16fc412fee039d5b4e368b697631 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 29 Mar 2013 09:58:35 +0200 Subject: WaE: struct 'ScRefCellValue' was previously declared as a class Change-Id: Icdbbc3f197816b98c63845c1ed800bab98ebdf05 --- sc/inc/document.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sc') 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 TableContainer; private: -- cgit