diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-09-23 19:47:58 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-09-24 12:30:25 +0200 |
commit | 473736e0afefa658b8c1357307f6c4fd5469a7d0 (patch) | |
tree | dddef2bfd290bc7b36f16937b487c2e85b1669db /cui/source/tabpages/tplneend.cxx | |
parent | cda309c1b8302c6bf4e2bbc24afd82f05d552599 (diff) |
remove SvxLineEndDefTabPage::Resize
Change-Id: I70128f34ab1ab56ec4f99a5533606bd1d49561c8
Reviewed-on: https://gerrit.libreoffice.org/79439
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/tabpages/tplneend.cxx')
-rw-r--r-- | cui/source/tabpages/tplneend.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cui/source/tabpages/tplneend.cxx b/cui/source/tabpages/tplneend.cxx index 7901503d2d9e..b146fecff049 100644 --- a/cui/source/tabpages/tplneend.cxx +++ b/cui/source/tabpages/tplneend.cxx @@ -101,13 +101,6 @@ void SvxLineEndDefTabPage::dispose() SfxTabPage::dispose(); } -void SvxLineEndDefTabPage::Resize() -{ - rXLSet.Put(XLineStartWidthItem(m_aCtlPreview.GetOutputSize().Height() / 2)); - rXLSet.Put(XLineEndWidthItem(m_aCtlPreview.GetOutputSize().Height() / 2)); - SfxTabPage::Resize(); -} - void SvxLineEndDefTabPage::Construct() { m_xLbLineEnds->Fill( pLineEndList ); |