diff options
Diffstat (limited to 'sc/source/ui/inc/condformatdlg.hxx')
-rw-r--r-- | sc/source/ui/inc/condformatdlg.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/condformatdlg.hxx b/sc/source/ui/inc/condformatdlg.hxx index 45d831162907..d93dfafde470 100644 --- a/sc/source/ui/inc/condformatdlg.hxx +++ b/sc/source/ui/inc/condformatdlg.hxx @@ -84,11 +84,11 @@ class ScCondFormatDlg : public ScAnyRefModalDlg private: PushButton maBtnAdd; PushButton maBtnRemove; - OKButton maBtnOk; - CancelButton maBtnCancel; FixedText maFtRange; formula::RefEdit maEdRange; formula::RefButton maRbRange; + OKButton maBtnOk; + CancelButton maBtnCancel; ScCondFormatList maCondFormList; |