summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/condformatdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/condformatdlg.hxx')
-rw-r--r--sc/source/ui/inc/condformatdlg.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/sc/source/ui/inc/condformatdlg.hxx b/sc/source/ui/inc/condformatdlg.hxx
index 123d9ea3ad1b..833578f4ba4f 100644
--- a/sc/source/ui/inc/condformatdlg.hxx
+++ b/sc/source/ui/inc/condformatdlg.hxx
@@ -51,6 +51,8 @@ enum ScCondFormatDialogType
}
+class ScCondFormatDlg;
+
class ScCondFormatList : public Control
{
private:
@@ -63,13 +65,14 @@ private:
ScDocument* mpDoc;
ScAddress maPos;
ScRangeList maRanges;
+ ScCondFormatDlg* mpDialogParent;
void DoScroll(long nDiff);
public:
ScCondFormatList(Window* pParent, WinBits nStyle);
- void init(ScDocument* pDoc, const ScConditionalFormat* pFormat,
+ void init(ScDocument* pDoc, ScCondFormatDlg* pDialogParent, const ScConditionalFormat* pFormat,
const ScRangeList& rRanges, const ScAddress& rPos,
condformat::dialog::ScCondFormatDialogType eType);