summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/condformatmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/condformatmgr.hxx')
-rw-r--r--sc/source/ui/inc/condformatmgr.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/ui/inc/condformatmgr.hxx b/sc/source/ui/inc/condformatmgr.hxx
index 013f71622a04..983d53dd7c18 100644
--- a/sc/source/ui/inc/condformatmgr.hxx
+++ b/sc/source/ui/inc/condformatmgr.hxx
@@ -53,7 +53,8 @@ public:
ScConditionalFormatList* GetConditionalFormatList();
- bool CondFormatsChanged() { return mbModified;}
+ bool CondFormatsChanged() const;
+ void SetModified();
ScConditionalFormat* GetCondFormatSelected();