diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-12-17 11:18:13 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-12-17 11:44:14 +0000 |
commit | 151cc93f7363d2dd939be790fad7a5a32748eb30 (patch) | |
tree | ad21953d39ee6af04b70797f51d3225afd9be13f /sfx2/UI_sfx.mk | |
parent | ffe1f48310f9a1dd4b64315bb16c312482b3f287 (diff) |
split out document info page and convert to .ui
move svt::SelectableFixedText to vcl and implement
"selectable" GtkLabels by mapping to that vs
FixedText for standard GtkLabels
Change-Id: Ic114991cd2c2eb6673bcef634fa286dd7c67056f
Diffstat (limited to 'sfx2/UI_sfx.mk')
-rw-r--r-- | sfx2/UI_sfx.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/UI_sfx.mk b/sfx2/UI_sfx.mk index 410931b2d679..917926f1f533 100644 --- a/sfx2/UI_sfx.mk +++ b/sfx2/UI_sfx.mk @@ -11,6 +11,7 @@ $(eval $(call gb_UI_UI,sfx)) $(eval $(call gb_UI_add_uifiles,sfx,\ sfx2/uiconfig/ui/checkin \ + sfx2/uiconfig/ui/documentinfopage \ sfx2/uiconfig/ui/password \ sfx2/uiconfig/ui/printeroptionsdialog \ sfx2/uiconfig/ui/templatemanagementdialog \ |