diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-14 16:36:59 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-14 17:08:09 +0000 |
commit | 200cc2d20a21ceb5d176604f9c384f15c6a87570 (patch) | |
tree | 18302432f432942ea3ba5416d71bdcf732bb6bc8 /include | |
parent | 5918277a128307ad04704c0ac0898256e0bbffa1 (diff) |
SvxMultiFileDialog is never created
because the single caller of it is a hidden button
in the old mail merge dialog which was never completed
to allow attachments to emails (because it never was
able to send emails, the new one can FWIW)
all of which has logical knock on effects to shrink
things down substantially
Change-Id: I831cac8f670eaafc96b2ea4d78516f67b662fa7d
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svxdlg.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/svx/svxdlg.hxx b/include/svx/svxdlg.hxx index e5cd519f60d4..88a276f3f5f8 100644 --- a/include/svx/svxdlg.hxx +++ b/include/svx/svxdlg.hxx @@ -402,8 +402,7 @@ public: const OUString& rText, const OUString& rDesc, Image* pImg = NULL ) = 0; - virtual AbstractSvxMultiPathDialog * CreateSvxMultiPathDialog( Window* pParent, bool bEmptyAllowed = false ) = 0 ; - virtual AbstractSvxMultiFileDialog * CreateSvxMultiFileDialog( Window* pParent, bool bEmptyAllowed = false ) = 0 ; + virtual AbstractSvxMultiPathDialog * CreateSvxMultiPathDialog(Window* pParent) = 0 ; virtual AbstractSvxHpLinkDlg * CreateSvxHpLinkDlg (Window* pParent, SfxBindings* pBindings, sal_uInt32 nResId)=0; |