summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-06-25 16:36:53 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-06-25 16:40:42 -0400
commit671566d0612a26c844501f0cf042138b5fe5c040 (patch)
tree6bdf556d2494488ba6d1276e4502ecc501557fb0 /sc/inc
parent7bd94d73ec56622685d0e23f8b5133ba110524be (diff)
bnc#882595: Write test for this. Disabled due to VBA not working in cppunit.
Change-Id: Ie70232e56235fcf5a313aadffa269ef843bdee18
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/tokenstringcontext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/tokenstringcontext.hxx b/sc/inc/tokenstringcontext.hxx
index a94844d02959..4ccc40b5c274 100644
--- a/sc/inc/tokenstringcontext.hxx
+++ b/sc/inc/tokenstringcontext.hxx
@@ -46,7 +46,7 @@ struct SC_DLLPUBLIC TokenStringContext
TokenStringContext( const ScDocument* pDoc, formula::FormulaGrammar::Grammar eGram );
};
-class CompileFormulaContext
+class SC_DLLPUBLIC CompileFormulaContext
{
ScDocument* mpDoc;
formula::FormulaGrammar::Grammar meGram;