sc/inc/document.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 4e28077c645b16fc412fee039d5b4e368b697631 Author: Tor Lillqvist <t...@iki.fi> Date: Fri Mar 29 09:58:35 2013 +0200 WaE: struct 'ScRefCellValue' was previously declared as a class Change-Id: Icdbbc3f197816b98c63845c1ed800bab98ebdf05 diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 7a35f98..6346b20 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: _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits