[Libreoffice-commits] core.git: svtools/source

Noel Grandin noel at peralex.com
Fri Aug 14 00:49:31 PDT 2015


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

New commits:
commit 4a695946468a6cf80ee1bef52e08608920ed39f2
Author: Noel Grandin <noel at peralex.com>
Date:   Fri Aug 14 09:48:10 2015 +0200

    loplugin:stringconstant
    
    Change-Id: I5f4a40c83682ac84c22a0cd56cc58bc12f2ae479

diff --git a/svtools/source/contnr/foldertree.cxx b/svtools/source/contnr/foldertree.cxx
index a7185e2..bc86533 100644
--- a/svtools/source/contnr/foldertree.cxx
+++ b/svtools/source/contnr/foldertree.cxx
@@ -79,7 +79,7 @@ void FolderTree::FillTreeEntry( SvTreeListEntry* pEntry )
         {
             // this dir was updated recently
             // next time read this remote folder
-            m_sLastUpdatedDir = "";
+            m_sLastUpdatedDir.clear();
         }
     }
 }


More information about the Libreoffice-commits mailing list