tdf#102308 sw redline tooltip: show seconds
Commit d9dca1eef9
(tdf#102308 sw: improve
redline timestamp precision) improved the manage changes dialog to show
seconds of the redline timestamps, do the same with tooltips, when the
mouse is hovered over a redline portion.
Change-Id: I6ec42db49cb93d8bce0cdee02e37d871f8e7e2ce
Reviewed-on: https://gerrit.libreoffice.org/30515
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
This commit is contained in:
@@ -787,7 +787,7 @@ OUString GetAppLangDateTimeString( const DateTime& rDT )
|
|||||||
{
|
{
|
||||||
const SvtSysLocale aSysLocale;
|
const SvtSysLocale aSysLocale;
|
||||||
const LocaleDataWrapper& rAppLclData = aSysLocale.GetLocaleData();
|
const LocaleDataWrapper& rAppLclData = aSysLocale.GetLocaleData();
|
||||||
OUString sRet = rAppLclData.getDate( rDT ) + " " + rAppLclData.getTime( rDT, false );
|
OUString sRet = rAppLclData.getDate( rDT ) + " " + rAppLclData.getTime( rDT );
|
||||||
return sRet;
|
return sRet;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user