summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/defaultsoptions.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/inc/defaultsoptions.hxx b/sc/inc/defaultsoptions.hxx
index 3deefb8fc150..21e3cc0f2ed3 100644
--- a/sc/inc/defaultsoptions.hxx
+++ b/sc/inc/defaultsoptions.hxx
@@ -11,6 +11,7 @@
#include <svl/poolitem.hxx>
#include <unotools/configitem.hxx>
+#include <config_features.h>
#include "scdllapi.h"
#include "types.hxx"
@@ -31,8 +32,9 @@ public:
void SetInitTabPrefix(const OUString& aPrefix) { aInitTabPrefix = aPrefix; }
const OUString& GetInitTabPrefix() const { return aInitTabPrefix; }
bool GetInitJumboSheets() const { return bJumboSheets; }
+#if HAVE_FEATURE_JUMBO_SHEETS
void SetInitJumboSheets( bool b) { bJumboSheets = b; }
-
+#endif
bool operator== ( const ScDefaultsOptions& rOpt ) const;
};