summaryrefslogtreecommitdiff
path: root/sw/source/ui/uiview/view2.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-12-11 17:14:12 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-12-11 20:22:58 +0000
commita0edd406695b92b9c8fbc0dabda9713903319e09 (patch)
tree2bc0bfedba3151f861d860d4d6d541c2783a2fe1 /sw/source/ui/uiview/view2.cxx
parentb5d7ac8dc9bc778d1166c3eac91d765ee5a9691f (diff)
titlepage.src is unused now
Change-Id: Ia2846861e103d719e6dd7cc80ddd200d4c69c1a2
Diffstat (limited to 'sw/source/ui/uiview/view2.cxx')
-rw-r--r--sw/source/ui/uiview/view2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/uiview/view2.cxx b/sw/source/ui/uiview/view2.cxx
index ff570ef7b877..4f568a847eb0 100644
--- a/sw/source/ui/uiview/view2.cxx
+++ b/sw/source/ui/uiview/view2.cxx
@@ -489,7 +489,7 @@ void SwView::Execute(SfxRequest &rReq)
{
SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create();
OSL_ENSURE(pFact, "Dialogdiet fail!");
- VclAbstractDialog* pDlg = pFact->CreateVclSwViewDialog( DLG_LINE_NUMBERING, *this);
+ VclAbstractDialog* pDlg = pFact->CreateVclSwViewDialog(*this);
OSL_ENSURE(pDlg, "Dialogdiet fail!");
pDlg->Execute();
delete pDlg;