diff options
Diffstat (limited to 'sc/source/ui/inc/condformatmgr.hxx')
-rw-r--r-- | sc/source/ui/inc/condformatmgr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/condformatmgr.hxx b/sc/source/ui/inc/condformatmgr.hxx index 381eb65ffbe7..4531b9defc96 100644 --- a/sc/source/ui/inc/condformatmgr.hxx +++ b/sc/source/ui/inc/condformatmgr.hxx @@ -53,7 +53,7 @@ public: ScConditionalFormatList* GetConditionalFormatList(); - bool CondFormatsChanged(); + bool CondFormatsChanged() { return mbModified;} virtual bool IsInRefMode() const; |