diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-06 10:21:13 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-06 11:26:40 +0000 |
commit | 69f0c5f03e40576272312609a9e6225638e91c83 (patch) | |
tree | fc37389f4d3f74b2fcdcb005073a294db2550bd8 /sc/inc/scabstdlg.hxx | |
parent | b79fc2d0f8872c17c7793db9a12d307d277f63d2 (diff) |
convert calc autoformat dialog to .ui
this dialog is hauntingly similar to the writer
one, a copy and paste job
Change-Id: Ic873038dba4ca4fd737690b917f6cd0d5144218a
Diffstat (limited to 'sc/inc/scabstdlg.hxx')
-rw-r--r-- | sc/inc/scabstdlg.hxx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx index 4fcff8771f12..0993fb54a1e1 100644 --- a/sc/inc/scabstdlg.hxx +++ b/sc/inc/scabstdlg.hxx @@ -332,11 +332,10 @@ public: virtual AbstractScTextImportOptionsDlg * CreateScTextImportOptionsDlg(Window* pParent) = 0; - virtual AbstractScAutoFormatDlg * CreateScAutoFormatDlg( Window* pParent, - ScAutoFormat* pAutoFormat, - const ScAutoFormatData* pSelFormatData, - ScDocument* pDoc, - int nId) = 0; + virtual AbstractScAutoFormatDlg * CreateScAutoFormatDlg(Window* pParent, + ScAutoFormat* pAutoFormat, + const ScAutoFormatData* pSelFormatData, + ScViewData *pViewData) = 0; virtual AbstractScColRowLabelDlg * CreateScColRowLabelDlg (Window* pParent, bool bCol = false, bool bRow = false) = 0; |