summaryrefslogtreecommitdiff
path: root/sw/source/uibase/utlui/navipi.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-03-07 20:17:27 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-03-09 10:07:49 +0100
commit2befe5c56c29fec45c898c00773e906d2d2d9f19 (patch)
tree58eb933dc438032ccc0f9fe07d903ae4626c299f /sw/source/uibase/utlui/navipi.cxx
parent6b0e1986a7c446cb6862f645e45c377c2a309065 (diff)
decompose SwNavigationPIUIObject and use sub components directly
Change-Id: Ia4722972fe579646b4c3f06de339d72a931b05d7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112146 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/uibase/utlui/navipi.cxx')
-rw-r--r--sw/source/uibase/utlui/navipi.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/uibase/utlui/navipi.cxx b/sw/source/uibase/utlui/navipi.cxx
index 3520a9a5de53..c2a428cc412e 100644
--- a/sw/source/uibase/utlui/navipi.cxx
+++ b/sw/source/uibase/utlui/navipi.cxx
@@ -385,11 +385,6 @@ IMPL_LINK(SwNavigationPI, ToolBox5DropdownClickHdl, const OString&, rCommand, vo
m_xHeadingsMenu->set_active(OString::number(m_xContentTree->GetOutlineLevel()), true);
}
-FactoryFunction SwNavigationPI::GetUITestFactory() const
-{
- return SwNavigationPIUIObject::create;
-}
-
// Action-Handler Edit:
// Switches to the page if the structure view is not turned on.
bool SwNavigationPI::EditAction()