summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorHeiko Tietze <heiko.tietze@documentfoundation.org>2019-11-14 15:50:32 +0200
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2019-11-15 16:42:56 +0100
commitde6b9cd633e41f2a38f437143fb40c6e0a1d337d (patch)
tree824ab2e587e1df518133e5a4eb3e912e7b3a2592 /sfx2
parent13ba765c444713b0b0b2f4b4231bdafcbbef6ad0 (diff)
Revert "tdf#126128 Reduce page properties dialog's height."
Discussion in BZ. This reverts commit 80109586e6cb6d3e2e0a53a9079c3125ec9b8368. Change-Id: I01e23a7eeaa78d60f106dfa67a54ff9d7904cb19 Reviewed-on: https://gerrit.libreoffice.org/82698 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit 687c6761e84101f8a798ac7f622c2eab4f84d7b2) Reviewed-on: https://gerrit.libreoffice.org/82763 Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/dialoghelper.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sfx2/source/dialog/dialoghelper.cxx b/sfx2/source/dialog/dialoghelper.cxx
index 4a810a386f1c..4c7d63e23e0e 100644
--- a/sfx2/source/dialog/dialoghelper.cxx
+++ b/sfx2/source/dialog/dialoghelper.cxx
@@ -35,11 +35,6 @@ Size getPreviewOptionsSize(const OutputDevice& rReference)
return rReference.LogicToPixel(Size(70 , 27), MapMode(MapUnit::MapAppFont));
}
-Size getPagePropertiesOptimalSize(const OutputDevice& rReference)
-{
- return rReference.LogicToPixel(Size(88, 120), MapMode(MapUnit::MapAppFont));
-}
-
OUString getWidestTime(const LocaleDataWrapper& rWrapper)
{
Date aDate(22, 12, 2000);