sw/source/ui/docvw/SidebarWin.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 92440af9766f8d10adc4669fcd45642731626956
Author: Matteo Casalin <matteo.casa...@yahoo.com>
Date:   Sun Aug 18 13:01:15 2013 +0200

    Shortened string should really be shorter
    
    Change-Id: I34afb1c85cf1cf389faab5f1ae415e34d42c5ef5
    Reviewed-on: https://gerrit.libreoffice.org/5491
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sw/source/ui/docvw/SidebarWin.cxx 
b/sw/source/ui/docvw/SidebarWin.cxx
index ab1471a..4a0ae75 100644
--- a/sw/source/ui/docvw/SidebarWin.cxx
+++ b/sw/source/ui/docvw/SidebarWin.cxx
@@ -382,7 +382,7 @@ void SwSidebarWin::CheckMetaText()
     {
         sMeta = SW_RESSTR(STR_NOAUTHOR);
     }
-    else if (sMeta.getLength() > 22)
+    else if (sMeta.getLength() > 23)
     {
         sMeta = sMeta.copy(0, 20) + "...";
     }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to