summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/condformatdlgitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/condformatdlgitem.hxx')
-rw-r--r--sc/source/ui/inc/condformatdlgitem.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/condformatdlgitem.hxx b/sc/source/ui/inc/condformatdlgitem.hxx
index 149bf6d61351..89523b9c237b 100644
--- a/sc/source/ui/inc/condformatdlgitem.hxx
+++ b/sc/source/ui/inc/condformatdlgitem.hxx
@@ -61,9 +61,9 @@ public:
private:
std::shared_ptr<ScConditionalFormatList> mpCondFormats;
- sal_Int32 mnItem;
+ sal_Int32 const mnItem;
condformat::dialog::ScCondFormatDialogType meDialogType;
- bool mbManaged;
+ bool const mbManaged;
};
#endif