Kaydet (Commit) c958a35b authored tarafından Krisztian Pinter's avatar Krisztian Pinter Kaydeden (comit) Jan Holesovsky

Move startcenter.ui from framework to sfx2

In a previos move BackingWindow was moved, but startcenter.ui was left
behind by accident.

Change-Id: I7d9669df9b2b65311e119640ba2a7a331b6336e9
Reviewed-on: https://gerrit.libreoffice.org/5316Reviewed-by: 's avatarJan Holesovsky <kendy@suse.cz>
Tested-by: 's avatarJan Holesovsky <kendy@suse.cz>
üst c756b6a0
......@@ -21,8 +21,4 @@ $(eval $(call gb_UIConfig_add_toolbarfiles,modules/StartModule,\
framework/uiconfig/startmodule/toolbar/standardbar \
))
$(eval $(call gb_UIConfig_add_uifiles,modules/StartModule,\
framework/uiconfig/startmodule/ui/startcenter \
))
# vim: set noet sw=4 ts=4:
......@@ -26,6 +26,7 @@ $(eval $(call gb_UIConfig_add_uifiles,sfx,\
sfx2/uiconfig/ui/singletabdialog \
sfx2/uiconfig/ui/versionsofdialog \
sfx2/uiconfig/ui/versioncommentdialog \
sfx2/uiconfig/ui/startcenter \
))
# vim: set noet sw=4 ts=4:
......@@ -80,7 +80,7 @@ BackingWindow::BackingWindow( Window* i_pParent ) :
mpAccExec( NULL )
{
m_pUIBuilder = new VclBuilder(this, getUIRootDir(),
"modules/StartModule/ui/startcenter.ui",
"sfx/ui/startcenter.ui",
"StartCenter" );
get(mpWriterButton, "writer");
get(mpCalcButton, "calc");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment