summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/dialoghelper.cxx5
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);