summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-10-30 12:05:56 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-10-30 20:44:17 +0100
commitd3abc34b6e7156105810c71ffd5bdf3635f2f7cf (patch)
tree58c9319cf256e9d3909c444cec45a2732c3744f9
parenttdf#137620 add explicit SurroundingText support to ScGridWindow (diff)
downloadcore-d3abc34b6e7156105810c71ffd5bdf3635f2f7cf.tar.gz
core-d3abc34b6e7156105810c71ffd5bdf3635f2f7cf.zip
pSysWindow is unused
Change-Id: I36250d032af49f83f28be175a081dba344eac631 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105077 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--sfx2/source/dialog/backingcomp.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sfx2/source/dialog/backingcomp.cxx b/sfx2/source/dialog/backingcomp.cxx
index 4426db2fcc3c..2e9ccb5bd1a2 100644
--- a/sfx2/source/dialog/backingcomp.cxx
+++ b/sfx2/source/dialog/backingcomp.cxx
@@ -376,13 +376,6 @@ void SAL_CALL BackingComp::attachFrame( /*IN*/ const css::uno::Reference< css::f
if( pBack )
pBack->setOwningFrame( m_xFrame );
- // set NotebookBar
- SystemWindow* pSysWindow = pParent;
- if (pSysWindow)
- {
- //sfx2::SfxNotebookBar::StateMethod(pSysWindow, m_xFrame, "sfx/ui/notebookbar.ui");
- }
-
// Set a minimum size for Start Center
if( !pParent || !pBack )
return;