diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-12-04 09:35:19 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-12-04 16:19:11 +0000 |
commit | 16d7ace9eea35284e012bd2519d691946dadff58 (patch) | |
tree | 80763f92d54b0b90c465e0074b444a4c78196c45 /sc/UI_scalc.mk | |
parent | f41a2804dd4a23352b7af2dd28c03df02debfb13 (diff) |
rework the calc sort dialog to use .ui snippet
this should have the side-effect that the scrollbar is in the right place, and
not jammed into some odd place in the dialog
Change-Id: Ie1648568de755172b77378b19e0b59b5056c116f
Diffstat (limited to 'sc/UI_scalc.mk')
-rw-r--r-- | sc/UI_scalc.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/UI_scalc.mk b/sc/UI_scalc.mk index 4dd79cdefe35..aee514edca52 100644 --- a/sc/UI_scalc.mk +++ b/sc/UI_scalc.mk @@ -11,7 +11,9 @@ $(eval $(call gb_UI_UI,modules/scalc)) $(eval $(call gb_UI_add_uifiles,modules/scalc,\ sc/uiconfig/scalc/ui/printeroptions \ - sc/uiconfig/scalc/ui/sortpage \ + sc/uiconfig/scalc/ui/sortcriteriapage \ + sc/uiconfig/scalc/ui/sortkey \ + sc/uiconfig/scalc/ui/sortoptionspage \ sc/uiconfig/scalc/ui/textimportoptions \ )) |