summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/inc/printopt.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/printopt.hxx b/sc/inc/printopt.hxx
index ff1fd674d2fa..83710bd0ea7e 100644
--- a/sc/inc/printopt.hxx
+++ b/sc/inc/printopt.hxx
@@ -40,7 +40,7 @@ public:
void SetSkipEmpty( sal_Bool bVal ) { bSkipEmpty = bVal; }
sal_Bool GetAllSheets() const { return bAllSheets; }
void SetAllSheets( sal_Bool bVal ) { bAllSheets = bVal; }
- sal_Bool GetForceBreaks() const { return bForceBreaks; }
+ bool GetForceBreaks() const { return bForceBreaks; }
void SetForceBreaks( sal_Bool bVal ) { bForceBreaks = bVal; }
void SetDefaults();