diff options
author | Gülşah Köse <gulsah.kose@collabora.com> | 2019-11-01 20:33:09 +0300 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2019-11-01 22:59:52 +0100 |
commit | 80109586e6cb6d3e2e0a53a9079c3125ec9b8368 (patch) | |
tree | 0aa3aa8fcbc6285313e6d708a18a10568be56d93 /include/sfx2 | |
parent | 9495b7c935097a7f18896b3835e3a8cc6b0db2ce (diff) |
tdf#126128 Reduce page properties dialog's height.
Change-Id: Ie35c9cb4c9b134a94f3a125dd800936b7160950c
Reviewed-on: https://gerrit.libreoffice.org/81910
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/dialoghelper.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sfx2/dialoghelper.hxx b/include/sfx2/dialoghelper.hxx index c18545a75c49..2ccc9284c332 100644 --- a/include/sfx2/dialoghelper.hxx +++ b/include/sfx2/dialoghelper.hxx @@ -32,6 +32,8 @@ Size SFX2_DLLPUBLIC getPreviewStripSize(const OutputDevice& rReference); Size SFX2_DLLPUBLIC getPreviewOptionsSize(const OutputDevice& rReference); +Size SFX2_DLLPUBLIC getPagePropertiesOptimalSize(const OutputDevice& rReference); + OUString SFX2_DLLPUBLIC getWidestTime(const LocaleDataWrapper& rWrapper); OUString SFX2_DLLPUBLIC formatTime(const DateTime& rDateTime, const LocaleDataWrapper& rWrapper); |