summaryrefslogtreecommitdiff
path: root/framework/uiconfig
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-04-02 20:05:37 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-04-06 21:28:35 +0200
commit765e42d4c3c0d992343790c53625623bb6cfa4ac (patch)
tree33cafd07677a2970b87ceb0183d62cc5497a55fd /framework/uiconfig
parent84a4da19ae0f5e092a0deb7007a34d2ee78d5da7 (diff)
translation domain of sfx for .ui in framework doesn't look right
though there is nothing to translate. Probably should be fwk, but there are no other .uis in framework and startmodule doesn't feel right either. So just put it alongside the other svtools .uis and give it a svt translation domain and fetch it from svtools Change-Id: If6b89ae3b2ba45673f5ee5e3e9a4e1da40c80a53 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113528 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'framework/uiconfig')
-rw-r--r--framework/uiconfig/startmodule/ui/managedtoolbar.ui21
-rw-r--r--framework/uiconfig/startmodule/ui/subtoolbar.ui18
2 files changed, 0 insertions, 39 deletions
diff --git a/framework/uiconfig/startmodule/ui/managedtoolbar.ui b/framework/uiconfig/startmodule/ui/managedtoolbar.ui
deleted file mode 100644
index 5771eb8ac5f8..000000000000
--- a/framework/uiconfig/startmodule/ui/managedtoolbar.ui
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.20.4 -->
-<interface domain="sfx">
- <requires lib="gtk+" version="3.20"/>
- <object class="GtkBox" id="toolbarcontainer">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="orientation">vertical</property>
- <child>
- <object class="GtkToolbar" id="managedtoolbar">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- </object>
- <packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
- <property name="position">0</property>
- </packing>
- </child>
- </object>
-</interface>
diff --git a/framework/uiconfig/startmodule/ui/subtoolbar.ui b/framework/uiconfig/startmodule/ui/subtoolbar.ui
deleted file mode 100644
index 4160cfcf9ede..000000000000
--- a/framework/uiconfig/startmodule/ui/subtoolbar.ui
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.20.4 -->
-<interface domain="sfx">
- <requires lib="gtk+" version="3.20"/>
- <object class="GtkPopover" id="subtoolbar">
- <property name="can_focus">False</property>
- <child>
- <object class="GtkBox" id="container">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="orientation">vertical</property>
- <child>
- <placeholder/>
- </child>
- </object>
- </child>
- </object>
-</interface>