summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/stylesfragment.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/stylesfragment.hxx')
-rw-r--r--sc/source/filter/inc/stylesfragment.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/stylesfragment.hxx b/sc/source/filter/inc/stylesfragment.hxx
index a5fbc55bc6bf..9d342f59c50a 100644
--- a/sc/source/filter/inc/stylesfragment.hxx
+++ b/sc/source/filter/inc/stylesfragment.hxx
@@ -93,7 +93,7 @@ protected:
private:
XfRef mxXf;
- bool mbCellXf; /// True = cell XF, false = style XF.
+ bool const mbCellXf; /// True = cell XF, false = style XF.
};
class DxfContext : public WorkbookContextBase