diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-11 10:27:41 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-11 12:18:55 +0000 |
commit | f3609ac092bc520825bfd6b71ed20ecaba293317 (patch) | |
tree | e1b4b3a84495ff30f8d0eb93c40d3e3e90d9cafe /sfx2/UIConfig_sfx.mk | |
parent | 89a838c193fb428c794e9d2760535ff6bfdcaf4d (diff) |
convert load template dialog to .ui
and merge the expander and the "show preview" checkbox
to be the same thing, i.e. expanded is showing, and
not expanded is not showing
Change-Id: I10e43bc36a0e2e5d1286a4dbad793ee3a700c97c
Diffstat (limited to 'sfx2/UIConfig_sfx.mk')
-rw-r--r-- | sfx2/UIConfig_sfx.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/UIConfig_sfx.mk b/sfx2/UIConfig_sfx.mk index a39c171e7ae8..489d9b082a8c 100644 --- a/sfx2/UIConfig_sfx.mk +++ b/sfx2/UIConfig_sfx.mk @@ -28,6 +28,7 @@ $(eval $(call gb_UIConfig_add_uifiles,sfx,\ sfx2/uiconfig/ui/helpsearchpage \ sfx2/uiconfig/ui/inputdialog \ sfx2/uiconfig/ui/licensedialog \ + sfx2/uiconfig/ui/loadtemplatedialog \ sfx2/uiconfig/ui/managestylepage \ sfx2/uiconfig/ui/newstyle \ sfx2/uiconfig/ui/optprintpage \ |