summaryrefslogtreecommitdiff
path: root/include/sfx2/dialoghelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/dialoghelper.hxx')
-rw-r--r--include/sfx2/dialoghelper.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/sfx2/dialoghelper.hxx b/include/sfx2/dialoghelper.hxx
index c15f23b7769a..37cd6bbc98a7 100644
--- a/include/sfx2/dialoghelper.hxx
+++ b/include/sfx2/dialoghelper.hxx
@@ -11,8 +11,11 @@
#define _SFX_DIALOGHELPER_HXX
#include "sfx2/dllapi.h"
+#include <rtl/ustring.hxx>
#include <tools/gen.hxx>
+class DateTime;
+class LocaleDataWrapper;
class Window;
class VclBuilderContainer;
@@ -27,6 +30,10 @@ void SFX2_DLLPUBLIC setPreviewsToSamePlace(Window *pParent, VclBuilderContainer
Size SFX2_DLLPUBLIC getParagraphPreviewOptimalSize(const Window *pReference);
+OUString SFX2_DLLPUBLIC getWidestTime(const LocaleDataWrapper& rWrapper);
+
+OUString SFX2_DLLPUBLIC formatTime(const DateTime& rDateTime, const LocaleDataWrapper& rWrapper);
+
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */