[Libreoffice-commits] core.git: sc/inc

Tor Lillqvist tml at iki.fi
Fri Mar 29 00:59:14 PDT 2013


 sc/inc/document.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 4e28077c645b16fc412fee039d5b4e368b697631
Author: Tor Lillqvist <tml at 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:


More information about the Libreoffice-commits mailing list