summaryrefslogtreecommitdiff
path: root/sc/inc/colorscale.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/colorscale.hxx')
-rw-r--r--sc/inc/colorscale.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/colorscale.hxx b/sc/inc/colorscale.hxx
index aa44ed87207e..22ae90092a86 100644
--- a/sc/inc/colorscale.hxx
+++ b/sc/inc/colorscale.hxx
@@ -214,8 +214,8 @@ enum ScIconSetType
struct ScIconSetMap {
const char* pName;
- ScIconSetType eType;
- sal_Int32 nElements;
+ ScIconSetType const eType;
+ sal_Int32 const nElements;
};
class SC_DLLPUBLIC ScColorFormat : public ScFormatEntry