From 63a8964ac6d34bb097cc20c0adf984f6380c0b01 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 28 Sep 2013 01:47:22 +0200 Subject: fix change tracking options preview sizes Change-Id: I39bf97cd84685132180694fc99bb3a298ec798ed --- sfx2/source/dialog/dialoghelper.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sfx2') diff --git a/sfx2/source/dialog/dialoghelper.cxx b/sfx2/source/dialog/dialoghelper.cxx index cd805006de10..fb710dfe5dfb 100644 --- a/sfx2/source/dialog/dialoghelper.cxx +++ b/sfx2/source/dialog/dialoghelper.cxx @@ -72,6 +72,11 @@ Size SFX2_DLLPUBLIC getPreviewStripSize(const Window *pReference) return pReference->LogicToPixel(Size(70 , 40), MapMode(MAP_APPFONT)); } +Size SFX2_DLLPUBLIC getPreviewOptionsSize(const Window *pReference) +{ + return pReference->LogicToPixel(Size(70 , 27), MapMode(MAP_APPFONT)); +} + OUString SFX2_DLLPUBLIC getWidestTime(const LocaleDataWrapper& rWrapper) { Date aDate(22, 12, 2000); -- cgit