summaryrefslogtreecommitdiff
path: root/framework/UIConfig_startmodule.mk
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_startmodule.mk
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_startmodule.mk')
-rw-r--r--framework/UIConfig_startmodule.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/framework/UIConfig_startmodule.mk b/framework/UIConfig_startmodule.mk
index 8ead37282e8e..e92ce07bd906 100644
--- a/framework/UIConfig_startmodule.mk
+++ b/framework/UIConfig_startmodule.mk
@@ -13,9 +13,4 @@ $(eval $(call gb_UIConfig_add_menubarfiles,modules/StartModule,\
framework/uiconfig/startmodule/menubar/menubar \
))
-$(eval $(call gb_UIConfig_add_uifiles,modules/StartModule,\
- framework/uiconfig/startmodule/ui/managedtoolbar \
- framework/uiconfig/startmodule/ui/subtoolbar \
-))
-
# vim: set noet sw=4 ts=4: