From 00ca3ed129e23d8a08f577efc1e4225bf248dbaf Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Thu, 28 Mar 2013 16:13:57 -0400 Subject: Forgot to remove this from ScValueCell. Change-Id: I9cbc3cc7dc22d9b8a8ca01037fa976ee563c156e --- sc/inc/cell.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc') 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 -- cgit