diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-09 12:09:36 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-09 17:31:38 +0200 |
commit | a487021dcf1b540913477d537ba24d0cc462da93 (patch) | |
tree | 35a1512e8f6551d7f0489c075956df9d11bd4969 /sd/source | |
parent | 2953db9564b76a7aa28fe86aacc641c66f4a3ec0 (diff) |
name all Notebooks 'tabcontrol'
Change-Id: I5159ed77c2b3ba2f06e381a738a49dbe17a6a4dd
Reviewed-on: https://gerrit.libreoffice.org/80542
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/animations/CustomAnimationDialog.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/dlg/headerfooterdlg.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/animations/CustomAnimationDialog.cxx b/sd/source/ui/animations/CustomAnimationDialog.cxx index 299806bdf22c..1052b7b89e9c 100644 --- a/sd/source/ui/animations/CustomAnimationDialog.cxx +++ b/sd/source/ui/animations/CustomAnimationDialog.cxx @@ -2806,7 +2806,7 @@ IMPL_LINK_NOARG(CustomAnimationTextAnimTabPage, implSelectHdl, weld::ComboBox&, CustomAnimationDialog::CustomAnimationDialog(weld::Window* pParent, std::unique_ptr<STLPropertySet> pSet, const OString& rPage) : GenericDialogController(pParent, "modules/simpress/ui/customanimationproperties.ui", "CustomAnimationProperties") , mxSet(std::move(pSet)) - , mxTabControl(m_xBuilder->weld_notebook("tabs")) + , mxTabControl(m_xBuilder->weld_notebook("tabcontrol")) , mxDurationTabPage(new CustomAnimationDurationTabPage(mxTabControl->get_page("timing"), mxSet.get())) , mxEffectTabPage(new CustomAnimationEffectTabPage(mxTabControl->get_page("effect"), m_xDialog.get(), mxSet.get())) { diff --git a/sd/source/ui/dlg/headerfooterdlg.cxx b/sd/source/ui/dlg/headerfooterdlg.cxx index 320e6fe54695..e93b40d47514 100644 --- a/sd/source/ui/dlg/headerfooterdlg.cxx +++ b/sd/source/ui/dlg/headerfooterdlg.cxx @@ -160,7 +160,7 @@ HeaderFooterDialog::HeaderFooterDialog(ViewShell* pViewShell, weld::Window* pPar , mpDoc( pDoc ) , mpCurrentPage( pCurrentPage ) , mpViewShell( pViewShell ) - , mxTabCtrl(m_xBuilder->weld_notebook("tabs")) + , mxTabCtrl(m_xBuilder->weld_notebook("tabcontrol")) , mxPBApplyToAll(m_xBuilder->weld_button("apply_all")) , mxPBApply(m_xBuilder->weld_button("apply")) , mxPBCancel(m_xBuilder->weld_button("cancel")) |