[Libreoffice-commits] .: sc/inc
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Dec 11 03:29:57 PST 2012
sc/inc/formulaopt.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 017ac0b09ba511ad726149e9e5aaf1483ef88064
Author: LuboÅ¡ LuÅák <l.lunak at suse.cz>
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,
More information about the Libreoffice-commits
mailing list