summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfun5.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-02-24 21:05:42 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-02-24 23:17:20 +0000
commit4c51313369c8f75674dbea0706a36a19824095f9 (patch)
tree69c9df7761fdc05a49b0f72a8d458bcc3badcea5 /sc/source/ui/view/viewfun5.cxx
parent01416aea805f9e17d8d43d6555501774b19c110d (diff)
simplify CreateScImportAsciiDlg
Change-Id: Ibcd9dc854cf15ef0a6cbaba3fdc9e377e1073507
Diffstat (limited to 'sc/source/ui/view/viewfun5.cxx')
-rw-r--r--sc/source/ui/view/viewfun5.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/viewfun5.cxx b/sc/source/ui/view/viewfun5.cxx
index cf2c7e572e75..72750098905a 100644
--- a/sc/source/ui/view/viewfun5.cxx
+++ b/sc/source/ui/view/viewfun5.cxx
@@ -331,7 +331,7 @@ sal_Bool ScViewFunc::PasteDataFormat( sal_uLong nFormatId,
ScAbstractDialogFactory::Create();
AbstractScImportAsciiDlg *pDlg =
pFact->CreateScImportAsciiDlg( NULL, String(), &aStrm,
- RID_SCDLG_ASCII, SC_PASTETEXT);
+ SC_PASTETEXT);
if (pDlg->Execute() == RET_OK)
{