summaryrefslogtreecommitdiff
path: root/sc/inc/formulaopt.hxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-12-11 12:27:38 +0100
committerLuboš Luňák <l.lunak@suse.cz>2012-12-11 12:29:35 +0100
commit017ac0b09ba511ad726149e9e5aaf1483ef88064 (patch)
tree11a035dea35d74d49e450e089af3c48391763403 /sc/inc/formulaopt.hxx
parentb8511cef9a452adc90b8dccc23ee1b29c1da63fc (diff)
enum is not something that has external linkage, so no point in visibility
and apple gcc-4.0.1 chokes on this Change-Id: I4799d66f483f10d9b633077a16d25208c8b595e0
Diffstat (limited to 'sc/inc/formulaopt.hxx')
-rw-r--r--sc/inc/formulaopt.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/formulaopt.hxx b/sc/inc/formulaopt.hxx
index 4f07c40e3c21..bf12fce9e880 100644
--- a/sc/inc/formulaopt.hxx
+++ b/sc/inc/formulaopt.hxx
@@ -38,7 +38,7 @@
#include "calcconfig.hxx"
// have to match the registry values
-enum SC_DLLPUBLIC ScRecalcOptions
+enum ScRecalcOptions
{
RECALC_ALWAYS = 0,
RECALC_ASK = 1,