summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/backingwindow.cxx
diff options
context:
space:
mode:
authorZolnai Tamás <tamas.zolnai@collabora.com>2014-01-12 00:14:43 +0100
committerZolnai Tamás <tamas.zolnai@collabora.com>2014-01-12 01:05:19 +0100
commitd058bf0f3f365549ab04139a7f44d97e102f987e (patch)
treeb6b929a43cd448e47a1227f921aabb85433054ec /sfx2/source/dialog/backingwindow.cxx
parentc34b7ab1707935dd47d4a02951b67f1aa2afe353 (diff)
Startcenter: no need to set helpids manually (new widget layout)
Change-Id: If7a9f6f0538c33ec1eca3f33f23ad6a76908a98c
Diffstat (limited to 'sfx2/source/dialog/backingwindow.cxx')
-rw-r--r--sfx2/source/dialog/backingwindow.cxx13
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();
}