summaryrefslogtreecommitdiffstats
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-05-18 13:48:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-09-28 08:48:19 +0100
commit0b5d156dee0dd362200134d1a4b1ba44d2d63970 (patch)
treee2f024f181a7f6ecf41a6c8f85c9493daa3315e9 /sfx2
parentjust return a vector rather than pass one in by ref to be cleared (diff)
downloadcore-0b5d156dee0dd362200134d1a4b1ba44d2d63970.tar.gz
core-0b5d156dee0dd362200134d1a4b1ba44d2d63970.zip
implement sucking in the padding from the theme
pretty up dialogs, centralize adding the borders into VclContainer, reduce default space between buttons
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/tabdlg.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx
index e4df68bfb518..1adf1202521e 100644
--- a/sfx2/source/dialog/tabdlg.cxx
+++ b/sfx2/source/dialog/tabdlg.cxx
@@ -511,12 +511,8 @@ void SfxTabDialog::Init_Impl( sal_Bool bFmtFlag, const String* pUserButtonText )
rtl::OString sFill(RTL_CONSTASCII_STRINGPARAM("fill"));
rtl::OString sExpand(RTL_CONSTASCII_STRINGPARAM("expand"));
rtl::OString sPackType(RTL_CONSTASCII_STRINGPARAM("pack-type"));
- rtl::OString sBorderWidth(RTL_CONSTASCII_STRINGPARAM("border-width"));
vbox.setChildProperty(sFill, true);
- //TO-DO, when vcontent_area belongs to dialog via builder, this becomes
- //content-area-border on the dialog
- vbox.setChildProperty(sBorderWidth, sal_Int32(7));
action_area.setChildProperty(sFill, true);