diff options
author | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-01-12 00:14:43 +0100 |
---|---|---|
committer | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-01-12 01:05:19 +0100 |
commit | d058bf0f3f365549ab04139a7f44d97e102f987e (patch) | |
tree | b6b929a43cd448e47a1227f921aabb85433054ec /sfx2 | |
parent | c34b7ab1707935dd47d4a02951b67f1aa2afe353 (diff) |
Startcenter: no need to set helpids manually (new widget layout)
Change-Id: If7a9f6f0538c33ec1eca3f33f23ad6a76908a98c
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/backingwindow.cxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sfx2/source/dialog/backingwindow.cxx b/sfx2/source/dialog/backingwindow.cxx index 60ce65f25354..fcfdfc2d24a8 100644 --- a/sfx2/source/dialog/backingwindow.cxx +++ b/sfx2/source/dialog/backingwindow.cxx @@ -135,19 +135,6 @@ BackingWindow::BackingWindow( Window* i_pParent ) : Reference<XDesktop2> xDesktop = Desktop::create( comphelper::getProcessComponentContext() ); mxDesktopDispatchProvider = xDesktop; - mpOpenButton->SetHelpId( ".HelpId:StartCenter:OpenButton" ); - mpTemplateButton->SetHelpId( ".HelpId:StartCenter:TemplateButton" ); - - mpWriterAllButton->SetHelpId( ".HelpId:StartCenter:WriterButton" ); - mpCalcAllButton->SetHelpId( ".HelpId:StartCenter:CalcButton" ); - mpImpressAllButton->SetHelpId( ".HelpId:StartCenter:ImpressButton" ); - mpDrawAllButton->SetHelpId( ".HelpId:StartCenter:DrawButton" ); - mpDBAllButton->SetHelpId( ".HelpId:StartCenter:DBButton" ); - mpMathAllButton->SetHelpId( ".HelpId:StartCenter:MathButton" ); - - mpHelpButton->SetHelpId(".HelpId:StartCenter:Info"); - mpExtensionsButton->SetHelpId(".HelpId:StartCenter:Extensions"); - // init background SetBackground(); } |