summaryrefslogtreecommitdiffstats
path: root/sc/inc/scabstdlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-03-06 10:21:13 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-03-06 11:26:40 +0000
commit69f0c5f03e40576272312609a9e6225638e91c83 (patch)
treefc37389f4d3f74b2fcdcb005073a294db2550bd8 /sc/inc/scabstdlg.hxx
parentcoverity#1190369 Uninitialized scalar field (diff)
downloadcore-69f0c5f03e40576272312609a9e6225638e91c83.tar.gz
core-69f0c5f03e40576272312609a9e6225638e91c83.zip
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.hxx9
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;