diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-28 16:13:57 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-28 17:03:56 -0400 |
commit | 00ca3ed129e23d8a08f577efc1e4225bf248dbaf (patch) | |
tree | 0c2ec0b19612639491f9251d2e6b05fcebb8976d /sc | |
parent | ae227f90adea1244f3e8509d095918a86b9a0926 (diff) |
Forgot to remove this from ScValueCell.
Change-Id: I9cbc3cc7dc22d9b8a8ca01037fa976ee563c156e
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/cell.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/cell.hxx b/sc/inc/cell.hxx index a42b07220cb8..1384c2b027f0 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 |