summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-14 16:20:50 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-15 08:33:37 +0200
commit1342a8a4f2fefa83bbf3a006efc6fb87702de618 (patch)
tree6b6cc287f82879ad44b57e4db849df28ab2939a8 /sw
parent3d60346febafbf37b7b19075f66ccf3c0255ab4f (diff)
drop unused SwChildWindowMailmerge from SfxShellFeature enum
Change-Id: Ica64d75986877bc0b2fc3bafb092457396fb8e27
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/uiview/viewstat.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/uibase/uiview/viewstat.cxx b/sw/source/uibase/uiview/viewstat.cxx
index 95b1688b209d..3bbedcbe02ea 100644
--- a/sw/source/uibase/uiview/viewstat.cxx
+++ b/sw/source/uibase/uiview/viewstat.cxx
@@ -576,10 +576,6 @@ bool SwView::HasUIFeature(SfxShellFeature nFeature) const
{
case SfxShellFeature::SwChildWindowLabel:
return m_pWrtShell->IsLabelDoc();
-#if HAVE_FEATURE_DBCONNECTIVITY
- case SfxShellFeature::SwChildWindowMailmerge:
- return (nullptr != GetMailMergeConfigItem());
-#endif
default:
return false;
}