diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-12-28 20:03:42 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-12-28 21:08:15 +0000 |
commit | 3c53039df67b35c495f69f14ccfad882e13a5950 (patch) | |
tree | 9012fea9f815afb0a48d3707173a77181f5b854f /sc/UIConfig_scalc.mk | |
parent | 7405c5a38546b026def5172dfade8e1c1e64d250 (diff) |
convert xml source dialog to .ui
I'd be a bit happier if I know how to use the dialog in order
to test it completely, but it should be unchanged.
Change-Id: Ie9c561aef7ff697b9e829f9cf0c7e6938c58b217
Diffstat (limited to 'sc/UIConfig_scalc.mk')
-rw-r--r-- | sc/UIConfig_scalc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/UIConfig_scalc.mk b/sc/UIConfig_scalc.mk index 8508fe7a038c..f919d7cb4f3d 100644 --- a/sc/UIConfig_scalc.mk +++ b/sc/UIConfig_scalc.mk @@ -152,6 +152,7 @@ $(eval $(call gb_UIConfig_add_uifiles,modules/scalc,\ sc/uiconfig/scalc/ui/ungroupdialog \ sc/uiconfig/scalc/ui/validationdialog \ sc/uiconfig/scalc/ui/validationhelptabpage \ + sc/uiconfig/scalc/ui/xmlsourcedialog \ )) # vim: set noet sw=4 ts=4: |