[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/inc

Kohei Yoshida kohei.yoshida at gmail.com
Thu Mar 28 13:11:35 PDT 2013


 sc/inc/cell.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 82588ff22144dae72fa0acf3f97d960c7eb53386
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Thu Mar 28 16:13:57 2013 -0400

    Forgot to remove this from ScValueCell.
    
    Change-Id: I9cbc3cc7dc22d9b8a8ca01037fa976ee563c156e

diff --git a/sc/inc/cell.hxx b/sc/inc/cell.hxx
index a42b0722..1384c2b 100644
--- a/sc/inc/cell.hxx
+++ b/sc/inc/cell.hxx
@@ -117,7 +117,7 @@ private:
                     ScNoteCell( const ScNoteCell& );
 };
 
-class SC_DLLPUBLIC ScValueCell : public ScBaseCell
+class ScValueCell : public ScBaseCell
 {
 public:
 #ifdef USE_MEMPOOL


More information about the Libreoffice-commits mailing list