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 /include | |
parent | 5ab85f826e741e30ef1791165e322dbcd32182d7 (diff) |
fix change tracking options preview sizes
Change-Id: I39bf97cd84685132180694fc99bb3a298ec798ed
Diffstat (limited to 'include')
-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 5b09eb56b73c..a1a6dacf8ffe 100644 --- a/include/sfx2/dialoghelper.hxx +++ b/include/sfx2/dialoghelper.hxx @@ -36,6 +36,8 @@ Size SFX2_DLLPUBLIC getDrawListBoxOptimalSize(const Window *pReference); Size SFX2_DLLPUBLIC getPreviewStripSize(const Window *pReference); +Size SFX2_DLLPUBLIC getPreviewOptionsSize(const Window *pReference); + OUString SFX2_DLLPUBLIC getWidestTime(const LocaleDataWrapper& rWrapper); OUString SFX2_DLLPUBLIC formatTime(const DateTime& rDateTime, const LocaleDataWrapper& rWrapper); |