summaryrefslogtreecommitdiff
path: root/sw/source/ui/table/convert.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-09-25 11:35:47 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-09-28 08:48:50 +0100
commit8d793b044562e1eec73ffd081e44f44c392eb4b2 (patch)
tree556228bcc13f4f76f9a4e774c0f2607e8c573ae9 /sw/source/ui/table/convert.cxx
parent722f63f50566137a397ddb9b327ba9a0eb468e4d (diff)
adapt code to new table autoformat dialog
Change-Id: I7bc8c1b37fa9757c5d47902d54865d0319135517
Diffstat (limited to 'sw/source/ui/table/convert.cxx')
-rw-r--r--sw/source/ui/table/convert.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/table/convert.cxx b/sw/source/ui/table/convert.cxx
index 5b0c72b4f936..f76e2fb6f58f 100644
--- a/sw/source/ui/table/convert.cxx
+++ b/sw/source/ui/table/convert.cxx
@@ -199,7 +199,7 @@ IMPL_LINK( SwConvertTableDlg, AutoFmtHdl, PushButton*, pButton )
SwAbstractDialogFactory* pFact = swui::GetFactory();
OSL_ENSURE(pFact, "SwAbstractDialogFactory fail!");
- AbstractSwAutoFormatDlg* pDlg = pFact->CreateSwAutoFormatDlg(pButton, pShell, DLG_AUTOFMT_TABLE, sal_False, pTAutoFmt);
+ AbstractSwAutoFormatDlg* pDlg = pFact->CreateSwAutoFormatDlg(pButton, pShell, sal_False, pTAutoFmt);
OSL_ENSURE(pDlg, "Dialogdiet fail!");
if( RET_OK == pDlg->Execute())
pDlg->FillAutoFmtOfIndex( pTAutoFmt );