summaryrefslogtreecommitdiff
path: root/sc/source/ui/attrdlg/scdlgfact.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-10-04 04:27:42 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-10-06 00:26:39 +0200
commitf94d197789cfd0c6418fd03cb18c3a1272150c4e (patch)
tree9540a15294bf2dd7cd346e78dced9adf5fe84cc4 /sc/source/ui/attrdlg/scdlgfact.hxx
parent6c695e1208d2d40f6e1f1d61eb65261719f8dd8d (diff)
only set a new cond format list if it really changed
Change-Id: I820d1f083edb09abb262beba1536b1b1acba3321
Diffstat (limited to 'sc/source/ui/attrdlg/scdlgfact.hxx')
-rw-r--r--sc/source/ui/attrdlg/scdlgfact.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/attrdlg/scdlgfact.hxx b/sc/source/ui/attrdlg/scdlgfact.hxx
index b4c6ddcd0bca..1462b75bead8 100644
--- a/sc/source/ui/attrdlg/scdlgfact.hxx
+++ b/sc/source/ui/attrdlg/scdlgfact.hxx
@@ -148,6 +148,8 @@ class AbstractScCondFormatManagerDlg_Impl : public AbstractScCondFormatManagerDl
DECL_ABSTDLG_BASE(AbstractScCondFormatManagerDlg_Impl, ScCondFormatManagerDlg)
virtual ScConditionalFormatList* GetConditionalFormatList();
+
+ virtual bool CondFormatsChanged();
};
class AbstractScDataBarSettingsDlg_Impl : public AbstractScDataBarSettingsDlg