summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/stylesbuffer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/stylesbuffer.hxx')
-rw-r--r--sc/source/filter/inc/stylesbuffer.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/inc/stylesbuffer.hxx b/sc/source/filter/inc/stylesbuffer.hxx
index ee2a42a5b4a3..aa0a4557bd5f 100644
--- a/sc/source/filter/inc/stylesbuffer.hxx
+++ b/sc/source/filter/inc/stylesbuffer.hxx
@@ -258,7 +258,7 @@ private:
FontModel maModel;
ApiFontData maApiData;
ApiFontUsedFlags maUsedFlags;
- bool mbDxf;
+ bool const mbDxf;
};
typedef std::shared_ptr< Font > FontRef;
@@ -459,7 +459,7 @@ private:
private:
BorderModel maModel;
ApiBorderData maApiData;
- bool mbDxf;
+ bool const mbDxf;
};
typedef std::shared_ptr< Border > BorderRef;
@@ -553,7 +553,7 @@ private:
PatternModelRef mxPatternModel;
GradientModelRef mxGradientModel;
ApiSolidFillData maApiData;
- bool mbDxf;
+ bool const mbDxf;
};
typedef std::shared_ptr< Fill > FillRef;