diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-09-28 01:47:22 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-09-28 20:58:14 +0100 |
commit | 63a8964ac6d34bb097cc20c0adf984f6380c0b01 (patch) | |
tree | ed7f874229983e92d8a1878a8a35794efeb406c6 /sfx2/source/dialog | |
parent | 5ab85f826e741e30ef1791165e322dbcd32182d7 (diff) |
fix change tracking options preview sizes
Change-Id: I39bf97cd84685132180694fc99bb3a298ec798ed
Diffstat (limited to 'sfx2/source/dialog')
-rw-r--r-- | sfx2/source/dialog/dialoghelper.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
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); |