[Libreoffice-commits] core.git: Branch 'feature/gsoc15-open-remote-files-dialog' - svtools/source

Szymon Kłos eszkadev at gmail.com
Wed Aug 26 03:03:30 PDT 2015


 svtools/source/contnr/fileview.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 77d9c32242ffbbfd081292fc84e89db193014750
Author: Szymon Kłos <eszkadev at gmail.com>
Date:   Wed Aug 26 11:52:42 2015 +0200

    Date modified column - no seconds
    
    Change-Id: I443d0dd691d8030ab6a0bf5e4eeded5ad73750a5

diff --git a/svtools/source/contnr/fileview.cxx b/svtools/source/contnr/fileview.cxx
index 5b72684..c40414d 100644
--- a/svtools/source/contnr/fileview.cxx
+++ b/svtools/source/contnr/fileview.cxx
@@ -1945,7 +1945,7 @@ void SvtFileView_Impl::CreateDisplayText_Impl()
             const LocaleDataWrapper& rLocaleData = aSysLocale.GetLocaleData();
             aValue += rLocaleData.getDate( (*aIt)->maModDate );
             aValue += aDateSep;
-            aValue += rLocaleData.getTime( (*aIt)->maModDate );
+            aValue += rLocaleData.getTime( (*aIt)->maModDate, false );
         }
         (*aIt)->maDisplayText = aValue;
 


More information about the Libreoffice-commits mailing list