sc/inc/formulaopt.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 017ac0b09ba511ad726149e9e5aaf1483ef88064 Author: LuboÅ¡ LuÅák <[email protected]> Date: Tue Dec 11 12:27:38 2012 +0100 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 diff --git a/sc/inc/formulaopt.hxx b/sc/inc/formulaopt.hxx index 4f07c40..bf12fce 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,
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
