diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-03-05 10:51:49 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-03-06 13:51:57 +0000 |
commit | 5fa81385ca841d68d43fff9b4af7f55b5d4ab2c8 (patch) | |
tree | 8e19c6b491de2847658a7da04edeba6f2c50314b /sc/UI_scalc.mk | |
parent | ee53857e984fea54b7dc08b99079b38766f0b796 (diff) |
adapt code to define name .ui conversion
This is a bit of a pig, the RefButton does a magic
shrink of the dialog to just two widgets.
This happens in a baseclass which has other users
so for the time being switch off being in a
layout enabled dialog to do the right thing
depending on that.
On the bright side, for the other expandable
element we can now use a VclExpander and
throw away the custom resize, reposition, etc.
code for that.
Change-Id: I9f2ab8a8d1bd28ee873ec8548a26131eab597763
Diffstat (limited to 'sc/UI_scalc.mk')
-rw-r--r-- | sc/UI_scalc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/UI_scalc.mk b/sc/UI_scalc.mk index 990fb2678a73..9c7e1dac9224 100644 --- a/sc/UI_scalc.mk +++ b/sc/UI_scalc.mk @@ -11,6 +11,7 @@ $(eval $(call gb_UI_UI,modules/scalc)) $(eval $(call gb_UI_add_uifiles,modules/scalc,\ sc/uiconfig/scalc/ui/cellprotectionpage \ + sc/uiconfig/scalc/ui/definename \ sc/uiconfig/scalc/ui/insertsheet \ sc/uiconfig/scalc/ui/printeroptions \ sc/uiconfig/scalc/ui/sortcriteriapage \ |