[Libreoffice-commits] core.git: framework/uiconfig framework/UIConfig_startmodule.mk
Samuel Mehrbrodt
Samuel.Mehrbrodt at cib.de
Thu Nov 19 03:10:42 PST 2015
framework/UIConfig_startmodule.mk | 8 ----
framework/uiconfig/startmodule/statusbar/statusbar.xml | 4 --
framework/uiconfig/startmodule/toolbar/standardbar.xml | 28 -----------------
3 files changed, 40 deletions(-)
New commits:
commit 5319def848e855068512f0f895086ff7a1f9e44f
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Date: Thu Nov 19 12:09:30 2015 +0100
No toolbar and statusbar in the startcenter
Change-Id: Id4afbd8df1d6d3800e04d9e178abddc0d9e33d5c
diff --git a/framework/UIConfig_startmodule.mk b/framework/UIConfig_startmodule.mk
index 6bbb68d..e92ce07 100644
--- a/framework/UIConfig_startmodule.mk
+++ b/framework/UIConfig_startmodule.mk
@@ -13,12 +13,4 @@ $(eval $(call gb_UIConfig_add_menubarfiles,modules/StartModule,\
framework/uiconfig/startmodule/menubar/menubar \
))
-$(eval $(call gb_UIConfig_add_statusbarfiles,modules/StartModule,\
- framework/uiconfig/startmodule/statusbar/statusbar \
-))
-
-$(eval $(call gb_UIConfig_add_toolbarfiles,modules/StartModule,\
- framework/uiconfig/startmodule/toolbar/standardbar \
-))
-
# vim: set noet sw=4 ts=4:
diff --git a/framework/uiconfig/startmodule/statusbar/statusbar.xml b/framework/uiconfig/startmodule/statusbar/statusbar.xml
deleted file mode 100644
index 7b15360..0000000
--- a/framework/uiconfig/startmodule/statusbar/statusbar.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE statusbar:statusbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "statusbar.dtd">
-<statusbar:statusbar xmlns:statusbar="http://openoffice.org/2001/statusbar" xmlns:xlink="http://www.w3.org/1999/xlink">
-</statusbar:statusbar>
\ No newline at end of file
diff --git a/framework/uiconfig/startmodule/toolbar/standardbar.xml b/framework/uiconfig/startmodule/toolbar/standardbar.xml
deleted file mode 100644
index d608ee0..0000000
--- a/framework/uiconfig/startmodule/toolbar/standardbar.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
-<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
- <toolbar:toolbaritem xlink:href=".uno:OpenUrl" toolbar:visible="false"/>
- <toolbar:toolbaritem xlink:href=".uno:AddDirect" toolbar:style="dropdown"/>
- <toolbar:toolbaritem xlink:href=".uno:NewDoc" toolbar:visible="false"/>
- <toolbar:toolbaritem xlink:href=".uno:Open" toolbar:style="dropdown"/>
- <toolbar:toolbarseparator/>
- <toolbar:toolbaritem xlink:href=".uno:HelpIndex"/>
- <toolbar:toolbaritem xlink:href=".uno:ExtendedHelp" toolbar:visible="false"/>
-</toolbar:toolbar>
\ No newline at end of file
More information about the Libreoffice-commits
mailing list