diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-15 20:37:04 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-16 10:25:52 +0100 |
commit | edeb04d15b3cc1bd01e869004cc29bba5f4797a2 (patch) | |
tree | 2d1a3aaf82411f00452e1dce6a3f251ed3d1d9ab /sw/source/uibase/sidebar/PageOrientationPopup.cxx | |
parent | 6efe229c46ac9d66a141e36647aecaa7adaaa790 (diff) |
rename a createPopupWindow so we can remove 'using createPopupWindow'
Change-Id: I6e24d3f796b4b958513166ba2fd9e63239729375
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86886
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/uibase/sidebar/PageOrientationPopup.cxx')
-rw-r--r-- | sw/source/uibase/sidebar/PageOrientationPopup.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/sidebar/PageOrientationPopup.cxx b/sw/source/uibase/sidebar/PageOrientationPopup.cxx index 1fddd83b9d29..9b34f3c1dee0 100644 --- a/sw/source/uibase/sidebar/PageOrientationPopup.cxx +++ b/sw/source/uibase/sidebar/PageOrientationPopup.cxx @@ -45,7 +45,7 @@ std::unique_ptr<WeldToolbarPopup> PageOrientationPopup::weldPopupWindow() return std::make_unique<sw::sidebar::PageOrientationControl>(this, m_pToolbar); } -VclPtr<vcl::Window> PageOrientationPopup::createPopupWindow( vcl::Window* pParent ) +VclPtr<vcl::Window> PageOrientationPopup::createVclPopupWindow( vcl::Window* pParent ) { mxInterimPopover = VclPtr<InterimToolbarPopup>::Create(getFrameInterface(), pParent, std::make_unique<sw::sidebar::PageOrientationControl>(this, pParent->GetFrameWeld())); |