summaryrefslogtreecommitdiff
path: root/sc/inc/dpoutput.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/dpoutput.hxx')
-rw-r--r--sc/inc/dpoutput.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dpoutput.hxx b/sc/inc/dpoutput.hxx
index 5e1ca0b3e2de..b0ed7bb1b1fe 100644
--- a/sc/inc/dpoutput.hxx
+++ b/sc/inc/dpoutput.hxx
@@ -77,7 +77,7 @@ private:
SCROW nDataStartRow;
SCCOL nTabEndCol;
SCROW nTabEndRow;
- bool const bDoFilter:1;
+ bool bDoFilter:1;
bool bResultsError:1;
bool bSizesValid:1;
bool bSizeOverflow:1;