diff options
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(); } |