diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-12-11 12:27:38 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-12-11 12:29:35 +0100 |
commit | 017ac0b09ba511ad726149e9e5aaf1483ef88064 (patch) | |
tree | 11a035dea35d74d49e450e089af3c48391763403 /sc | |
parent | b8511cef9a452adc90b8dccc23ee1b29c1da63fc (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')
-rw-r--r-- | sc/inc/formulaopt.hxx | 2 |
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, |